NotebookX is a Python notebook that lets you run and edit .ipynb
files, execute code cells, manage kernels, and collaborate in real-time.
It follows the gruvbox theme for a clean and aesthetic dark mode experience.
To install NotebookX, run:
pip install notebookx
pip3 install notebookx --upgrade
Start a new NotebookX server with:
notebookx
Then open your browser and go to http://127.0.0.1:8888/
.
--help
: Show help and available commands.
This project is licensed under the terms of the 3-Clause BSD License (also known as New or Revised or Modified BSD License, or the BSD-3-Clause license)