Skip to content

kyori19/satysfi-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

SATySFi Notebook Environment for Presentation Slide Creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages