文件名称:jupyter-offlinenotebook:将笔记本保存并加载到本地存储
文件大小:114KB
文件格式:ZIP
更新时间:2024-02-25 01:14:09
jupyter jupyter-notebook jupyterlab jupyter-notebooks offline-storage
Jupyter离线笔记本 将笔记本保存并加载到浏览器存储中,即使您与服务器的连接断开也是如此。 安装 pip install jupyter-offlinenotebook 这将自动在Jupyter Notebook和JupyterLab 3上启用扩展。 如果您使用的是JupyterLab 2,则必须手动安装扩展JavaScript组件: jupyter labextension install jupyter-offlinenotebook 由于新的扩展框架(意味着可以将JavaScript包含在Python pip包中),因此在JupyterLab 3上不需要这样做。 用法 根据配
【文件预览】:
jupyter-offlinenotebook-main
----MANIFEST.in(412B)
----style()
--------index.css(246B)
----binder()
--------environment.yml(113B)
--------postBuild(213B)
----pyproject.toml(198B)
----package.json(4KB)
----dev-requirements-jl2.old(42B)
----offline-notebook-buttons.png(11KB)
----.github()
--------dependabot.yml(290B)
--------workflows()
----LICENSE.dexie(11KB)
----.prettierrc(26B)
----.prettierignore(123B)
----tests()
--------start.sh(326B)
--------test_offlinenotebook.py(12KB)
----RELEASE.md(571B)
----LICENSE(1KB)
----dev-requirements.txt(220B)
----src()
--------jslib()
--------index.ts(9KB)
----.eslintrc.js(911B)
----tsconfig.json(570B)
----setup.cfg(39B)
----example.ipynb(2KB)
----setup.py(3KB)
----.gitignore(2KB)
----webpack.config.js(437B)
----CHANGELOG.md(924B)
----README.md(5KB)
----dev-requirements-jl3.txt(42B)
----yarn.lock(170KB)
----.eslintignore(43B)
----jupyter_offlinenotebook()
--------description.yaml(211B)
--------static()
--------__init__.py(4KB)
--------etc()
----.pre-commit-config.yaml(295B)