diff options
| author | adamhrv <adam@ahprojects.com> | 2019-02-10 16:22:09 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-02-10 16:22:09 +0100 |
| commit | 53d5509a3271294c4332d70d5d371735ebbb2be8 (patch) | |
| tree | 201d50d360f59a36852de8ec656ffae45a6b9c70 /notes/frameworks/jupyter.md | |
| parent | 74eb3c7a3e5481d8a2811136521419f91ae77486 (diff) | |
update notes
Diffstat (limited to 'notes/frameworks/jupyter.md')
| -rw-r--r-- | notes/frameworks/jupyter.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/frameworks/jupyter.md b/notes/frameworks/jupyter.md new file mode 100644 index 00000000..787fa4b9 --- /dev/null +++ b/notes/frameworks/jupyter.md @@ -0,0 +1,6 @@ +# Jupyter + +- `conda install nb_conda nb_conda_kernels jupyter` +- add `python -m ipykernel install --user --name megapixels` +- remove `jupyter kernelspec remove weasycairo_ve_36` +- list `jupyter kernelspec list`
\ No newline at end of file |
