Samuele Grandi
Samuele Grandi

Reputation: 83

Change the starting folder of Jupyter

I am having issues with changing the starting folder of Jupyter notebooks, as I would like to run the notebooks on a shared server. I am running Windows 10. I have already tried several of the options online:

If I try to launch jupyter from the anaconda interface it works, and I can also start it from the terminal, but not in any other way.

Upvotes: 1

Views: 157

Answers (1)

Samuele Grandi
Samuele Grandi

Reputation: 83

The "jupyter notebook --generate-config" method, explained well in this answer from @marneylc, worked, I just had to start in the Anaconda Promt, rather than in cmd.

I hope this is the right way of answering my own question...

Upvotes: 1

Related Questions