| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Deepnote Toolkit powers Deepnote Cloud and Deepnote Open Source. It starts and manages Jupyter, Streamlit, and LSP servers, and provides runtime integrations for fast and reliable experience.
Deepnote Toolkit can be run as a Python package via the CLI, you can also try Deepnote via our open sourced repositories including our VS Code, Cursor and Windsurf extensions or via Deepnote Cloud.
To start Deepnote Toolkit locally, install via pip or your favorite package manager:
pip install deepnote-toolkitTo use server components (Jupyter, Streamlit, LSP), add server extras bundle:
pip install deepnote-toolkit[server]To run Deepnote Toolkit after installation use:
# show all available commands
deepnote-toolkit --help
# start Jupyter server on default port (8888)
deepnote-toolkit server
# start with custom configuration
deepnote-toolkit server --jupyter-port 9000
# view and modify configuration
deepnote-toolkit config show
deepnote-toolkit config set server.jupyter_port 9000Security note: The CLI will warn if Jupyter runs without authentication. For local development only. Set DEEPNOTE_JUPYTER_TOKEN for shared environments.
For more details on how to set up the local development environment and contribute, see contributing guide.
Built with 💙
| Back | FazBrowse Home | New Git URL |