我正在使用 Windows 机器在虚拟 Ubuntu 16.04 上启动 Jupyter 笔记本服务器。我期望一个 URL 作为输出,我可以将其粘贴到互联网浏览器中并运行 .ipynb 文件。jupyter notebook --ip 0.0.0.0 is producing the following error after I have upgraded Python to 3.7.
*(升级之前,jupyter笔记本工作正常)
\npkj_admin@ip-50-60-0-75:~$ \xc2\xa0jupyter notebook --ip 0.0.0.0 \xc2\xa0 \xc2\xa0\nTraceback (most recent call last):\n\xc2\xa0 File "/usr/local/bin/jupyter", line 5, in <module>\n\xc2\xa0 \xc2\xa0 from jupyter_core.command import main\nModuleNotFoundError: No module named 'jupyter_core'\nRun Code Online (Sandbox Code Playgroud)\n谢谢
\n从 R2014b 开始,Matlab 改变了使用命令保存变量的方式save;Matlab 还改变了图形句柄的保存方式,现在将它们保存为结构体。如果工作区中有图形句柄,Matlab 需要更长的时间来保存mat文件,mat 文件的大小很大,并且当您加载文件时,所有保存的图形都会弹出,这让我很恼火。它还会产生警告:
Warning: Figure is saved in Oakley_19_PDEparameterEstimation.mat. Saving graphics handle variables can cause the creation
of very large files. To save graphics figures, use savefig.
Run Code Online (Sandbox Code Playgroud)
我有一个简单而直接的问题:
如何避免保存所有图形句柄?
请不要建议我clearvars 在保存之前可以计算句柄。
谢谢