- #1
deltapapazulu
- 84
- 12
- TL;DR Summary
- How create executable to start jupyter notebook w/o using command line.
Seems so trivial but haven't found good straightforward solution.
I've installed Jupyter Notebook on Windows 10 (using for Python & Julia) WITHOUT Anaconda. Don't like Anaconda for reasons not going to discuss here.
In order to start Jupyter Notebook you have to open command prompt and type in 'jupyter notebook'.
(here is my inquiry) I want to create an executable that I can click on from either desktop or task tray and it opens jupyter notebook without having to open a command prompt and typing in 'jupyter notebook'. Seems like it should be really simple to do this.
Anyone know how?
I've installed Jupyter Notebook on Windows 10 (using for Python & Julia) WITHOUT Anaconda. Don't like Anaconda for reasons not going to discuss here.
In order to start Jupyter Notebook you have to open command prompt and type in 'jupyter notebook'.
(here is my inquiry) I want to create an executable that I can click on from either desktop or task tray and it opens jupyter notebook without having to open a command prompt and typing in 'jupyter notebook'. Seems like it should be really simple to do this.
Anyone know how?