Skip to content

Commit 6e5f0c3

Browse files
committed
update readme
1 parent df7cf12 commit 6e5f0c3

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'' + ''
8181
### SHORTCUTS
8282
alias check='python -m schematized_config'
83+
alias start-jupyter='jupyter notebook'
8384
''; # join strings with +
8485
};
8586

nbs/index.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@
3535
"```"
3636
]
3737
},
38+
{
39+
"cell_type": "markdown",
40+
"metadata": {},
41+
"source": [
42+
"# development"
43+
]
44+
},
45+
{
46+
"cell_type": "markdown",
47+
"metadata": {},
48+
"source": [
49+
"assuming you have [nix](https://nixos.org/download.html) installed and ready, make sure `nix-command` and `flake` are enabled (oneliner: run `export NIX_CONFIG=\"experimental-features = nix-command flakes\"` in the terminal), then enter the dev shell using `nix develop`\n",
50+
"\n",
51+
"start the jupyter notebook using the provided alias or just `jupyter notebook`, and hack away"
52+
]
53+
},
3854
{
3955
"cell_type": "markdown",
4056
"metadata": {},

0 commit comments

Comments
 (0)