kyori19 / satysfi-notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Dockerfile 100.0%