All Projects → jupyterlab → nbclassic

jupyterlab / nbclassic

Licence: BSD-3-Clause license
Jupyter Notebook as a Jupyter Server extension

Programming Languages

javascript
184084 projects - #8 most used programming language
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Less
1899 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nbclassic

Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (+531.43%)
Mutual labels:  notebook
Cjworkbench
The data journalism platform with built in training
Stars: ✭ 244 (+597.14%)
Mutual labels:  notebook
BlockchainEngineering
Learn to think like a blockchain designer by solving practical challenges
Stars: ✭ 21 (-40%)
Mutual labels:  notebook
Jupyterlab templates
Support for jupyter notebook templates in jupyterlab
Stars: ✭ 223 (+537.14%)
Mutual labels:  notebook
Pluto.jl
🎈 Simple reactive notebooks for Julia
Stars: ✭ 3,430 (+9700%)
Mutual labels:  notebook
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+43062.86%)
Mutual labels:  notebook
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (+471.43%)
Mutual labels:  notebook
icrystal
Jupyter kernel for the Crystal language
Stars: ✭ 26 (-25.71%)
Mutual labels:  notebook
Kb
A minimalist command line knowledge base manager
Stars: ✭ 2,789 (+7868.57%)
Mutual labels:  notebook
crypto-trader
Automating crypto trading with python in a jupyter notebook
Stars: ✭ 35 (+0%)
Mutual labels:  notebook
Yosoro
🍧Beautiful Markdown NoteBook. 🏖
Stars: ✭ 2,595 (+7314.29%)
Mutual labels:  notebook
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+7311.43%)
Mutual labels:  notebook
mark-idea
一款私有云笔记,git + markdown
Stars: ✭ 182 (+420%)
Mutual labels:  notebook
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (+531.43%)
Mutual labels:  notebook
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (-22.86%)
Mutual labels:  notebook
Ml Feynman Experience
A collection of analytics methods implemented with Python on Google Colab
Stars: ✭ 217 (+520%)
Mutual labels:  notebook
Toonote
小兔笔记:Markdown 内置数据 跨平台 加密存储
Stars: ✭ 247 (+605.71%)
Mutual labels:  notebook
notebooks
A docker-based starter kit for machine learning via jupyter notebooks. Designed for those who just want a runtime environment and get on with machine learning. Docker tags:
Stars: ✭ 29 (-17.14%)
Mutual labels:  notebook
notes
📓读书笔记 <Java 8 实战>
Stars: ✭ 15 (-57.14%)
Mutual labels:  notebook
Goodreads visualization
A Jupyter notebook where I play with my Goodreads data
Stars: ✭ 51 (+45.71%)
Mutual labels:  notebook

Jupyter Notebook as a Jupyter Server Extension

Testing nbclassic Documentation Status

NBClassic runs the Jupyter NbClassic frontend on the Jupyter Server backend.

This project prepares for a future where JupyterLab and other frontends switch to Jupyter Server for their Python Web application backend. Using this package, users can launch Jupyter NbClassic, JupyterLab and other frontends side-by-side on top of the new Python server backend.

Basic Usage

Install from PyPI:

> pip install nbclassic

This will automatically enable the extension in Jupyter Server.

Launch directly:

> jupyter nbclassic

Alternatively, you can run Jupyter Server and visiting the /tree endpoint:

> jupyter server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].