컴퓨터/Python

jupyter notebook 배치파일 만들기

풍경소리^^ 2022. 11. 13. 15:26

jypyternotebook.bat--------------------

@echo off

call c:\users\notebook\anaconda3\scripts\activate.bat c:\users\notebook\anaconda3

jupyter notebook --notebook-dir=C:\Users\notebook\python-for-excel