NotebookX

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.

Tech Stack

Installation

To install NotebookX, run:

pip install notebookx
pip3 install notebookx --upgrade

Usage

Start a new NotebookX server with:

notebookx

Then open your browser and go to http://127.0.0.1:8888/.

NotebookX Interface

Options:

Features

License

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)