Warning
Any changes made on Binder will not be persisted. You should try other options below if you want to write something.
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.
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-packagesThen you can run jupyter lab or open GitHub Codespaces using JupyterLab.