Not logged in
Analyse your data with AI
Start a worker process in your Mac/Linux
Get the 1NB python package (OneNB) Here then Install
Install the package (in a virtual env)
  1. python3 -m venv env-onenb
  2. source ./env-onenb/bin/activate
  3. python3 -m pip install OneNB...
Run the worker
  1. 1nb worker --repo --new-repo
Sign in to client if prompted
Unavailable help
Export data from jupyter notebooks
Jupyter
from OneNB.exports import MyModel
with MyModel.open(".bin", mode="wb") as out:
  ...
Console
git tag V1
7nb push
Invited to