Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1 KB

File metadata and controls

44 lines (32 loc) · 1 KB

SATySFi Notebook

Usage

On Binder

Warning

Any changes made on Binder will not be persisted. You should try other options below if you want to write something.

Binder

On VSCode or GitHub Codespaces

Create .devcontainer.json with following content and start/recreate DevContainer:

{
  "image": "ghcr.io/kyori19/devcontainers/images/satysfi-notebook",
  "customizations": {
    "vscode": {
      "extensions": [
        "ms-toolsai.jupyter"
      ]
    }
  }
}

Opening any .ipynb file will automatically starts SATySFi Notebook environment.

On JupyterLab

You have to create DevContainer once using VSCode (or DevContainer CLI). In the container, run:

sudo apt update
sudo apt install python3-pip
sudo pip3 install jupyterlab satysfi_notebook_tweaks --break-system-packages

Then you can run jupyter lab or open GitHub Codespaces using JupyterLab.