Change IPython/Jupyter notebook working directory
When I open a Jupyter notebook (formerly IPython) it defaults to C:\Users\USERNAME. How can I change this so to another location? 31 Answers … Read more
When I open a Jupyter notebook (formerly IPython) it defaults to C:\Users\USERNAME. How can I change this so to another location? 31 Answers … Read more
I have jupyter/anaconda/python3.5. How can I know which conda environment is my jupyter notebook running on? How can I launch jupyter from a … Read more
My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the … Read more
I’m looking at using the *.ipynb files as the source of truth and programmatically ‘compiling’ them into .py files for scheduled jobs/tasks. The … Read more