Jupyter Lab
config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| jupyter notebook --generate-config
jupyter notebook passwd
from notebook.auth import passwd passwd()
c.NotebookApp.allow_remote_access=True
c.NotebookApp.ip='*'
c.NotebookApp.open_browser=False
c.NotebookApp.password="sha1:3......."
c.NotebookApp.port=8888
|
HTML输出
1 2 3
| pip install ipywidgets widgetsnbextension pandas-profiling
jupyter nbextension enable --py widgetsnbextension
|
输出限制
Settings --> Advanced Settings Editor --> NoteBook --> User Preferences
1 2 3
| { "maxNumberOutputs": 0 }
|
VSCode加载