简体   繁体   English

如何从任何所需位置打开 jupyter notebook?

[英]How to open jupyter notebook from any desired location?

I want to open the jupyter notebook from another location?我想从另一个位置打开 jupyter notebook? Currently, the jupyter notebook is getting opened from the default folder location.目前,jupyter notebook 正在从默认文件夹位置打开。 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打开你的 Juypter 笔记本
  2. Click "New"点击“新建”
  3. Click "Terminal"点击“终端”
  4. Move to where you want by typing something like cd C:\Target_directory\通过键入cd C:\Target_directory\类的内容移动到您想要的位置
  5. Then type Jupyter Notebook , a new Jupyter Notebook will open然后输入Jupyter Notebook ,将打开一个新的 Jupyter Notebook

But I think you should be able to find existing answers to your question somewhere else.但我认为您应该能够在其他地方找到您问题的现有答案。 That is probably why your question got downvoted.这可能就是您的问题被否决的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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