Skip to main content

An interactive notebook environment for local and GPU computing

Project description

more-compute

PyPI version Python 3.8+ License: MIT

An interactive notebook environment, similar to Marimo and Google Colab, that runs locally. It works with standard .ipynb files, similar to Jupyter Lab but more awesome.

Installation

Prerequisites: Node.js >= 20.10.0 required for web interface

Using uv (Recommended)

# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install more-compute

# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
uv tool install more-compute

Using pip

pip install more-compute

# Add to PATH if needed:
# macOS/Linux: echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
# Windows: See troubleshooting below

Usage

more-compute notebook.ipynb  # Open existing notebook
more-compute                 # Create and open new notebook
more-compute --debug         # Show logs

Opens automatically at http://localhost:8000

Troubleshooting

Command not found:

uv tool update-shell  # Fixes PATH automatically

Manual PATH fix (macOS/Linux):

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Manual PATH fix (Windows):

$pythonScripts = python -c "import site; print(site.USER_BASE)"
$userPath = [Environment]::GetEnvironmentVariable("Path", "User")
[Environment]::SetEnvironmentVariable("Path", "$userPath;$pythonScripts\Scripts", "User")
# Restart PowerShell

Port in use:

export MORECOMPUTE_PORT=8080  # macOS/Linux
$env:MORECOMPUTE_PORT = "8080"  # Windows

Development

git clone https://github.com/DannyMang/MORECOMPUTE.git
cd MORECOMPUTE
uv venv && source .venv/bin/activate
uv pip install -e .
cd frontend && npm install && cd ..
python kernel_run.py notebook.ipynb

License

MIT - see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

more_compute-0.2.6.tar.gz (382.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

more_compute-0.2.6-py3-none-any.whl (407.3 kB view details)

Uploaded Python 3

File details

Details for the file more_compute-0.2.6.tar.gz.

File metadata

  • Download URL: more_compute-0.2.6.tar.gz
  • Upload date:
  • Size: 382.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for more_compute-0.2.6.tar.gz
Algorithm Hash digest
SHA256 77bfb1de13794ed24d9f036906a50d62125b1f39fd00818180eb8a65760d83e8
MD5 2aa39b3b4713b31c02b93456c37a052f
BLAKE2b-256 12dd3335d53999c2acce35b8526731f21bdd045a52596b9e900cd98be0b90953

See more details on using hashes here.

File details

Details for the file more_compute-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: more_compute-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 407.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for more_compute-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fc6e4c0d461696dfc5c814a854b33d37a975f0edf0c0b88f4529c5fa9f750624
MD5 a262fd8ce374e0badf7faafde0413043
BLAKE2b-256 9f3900c7dfdce955da983bb9f234541226db76ea430c31bc941ca213979b49f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page