简体   繁体   中英

How to open jupyter notebook from any desired location?

I want to open the jupyter notebook from another location? Currently, the jupyter notebook is getting opened from the default folder location. But I want to open it from a different folder just for this once and not every time. Is it possible to do so without changing the default location?

You can:

  1. Open your Juypter notebook
  2. Click "New"
  3. Click "Terminal"
  4. Move to where you want by typing something like cd C:\Target_directory\
  5. Then type Jupyter Notebook , a new Jupyter Notebook will open

But I think you should be able to find existing answers to your question somewhere else. That is probably why your question got downvoted.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM