6、配置jupyter notebok
<h4>生成配置文件在<code>C:\Users\zcr\.jupyter</code></h4>
<pre><code class="language-bash">jupyter notebook --generate-config
Writing default config to: C:\Users\zcr\.jupyter\jupyter_notebook_config.py</code></pre>
<h4>编辑配置文件<code>jupyter_notebook_config.py</code></h4>
<p>修改地址为自定义工作目录</p>
<pre><code>## The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = 'D:\work\jupyterNotebook'</code></pre>
<h4>重启</h4>