Skip to main content

An interactive notebook environment for local and GPU computing

Project description

more-compute

PyPI version Python 3.8+ License: MIT

Interactive notebook environment for local Python development. Works with standard .ipynb files, similar to Jupyter Lab but more awesome.

Installation

Prerequisites: Node.js 16+ 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.2.tar.gz (376.8 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.2-py3-none-any.whl (400.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: more_compute-0.2.2.tar.gz
  • Upload date:
  • Size: 376.8 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.2.tar.gz
Algorithm Hash digest
SHA256 2c8938bc83fde144a9669e07b8a1c7a4e00bc68bb527339ffdeec9f2ec4e7458
MD5 6aa0e4e09bd0344a11336b7a892a67c4
BLAKE2b-256 3dfeb86cb3379a57a4eef6473bd62ee69d0dcdefe36f45e0bbb79b2303b602e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: more_compute-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 400.2 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 df9970ce1f7232d5c88e78775dfd8a84757f93e6db1a2754b96d2ebba5c6ab8e
MD5 4660c2073dd5483a350216e114215ab6
BLAKE2b-256 88bf37b011d30005ba1d5b5c800bafacf059732c2490bb6b14546607f429eb13

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