Add JupyterHub Extension (e.g. Collaboration)
parent
9e7069e2d9
commit
fb5ebf1be0
|
@ -17,6 +17,17 @@
|
||||||
# Extra Paths used to add gcc et al for packages like Brian2
|
# Extra Paths used to add gcc et al for packages like Brian2
|
||||||
# https://github.com/jupyterhub/systemdspawner#extra_paths
|
# https://github.com/jupyterhub/systemdspawner#extra_paths
|
||||||
|
|
||||||
|
jupyterlabEnv = pkgs.python3.withPackages (p: with p; [
|
||||||
|
jupyterhub
|
||||||
|
jupyterlab
|
||||||
|
# Extensions:
|
||||||
|
jupyter-collaboration
|
||||||
|
jupyter-server-mathjax
|
||||||
|
jupyter-console
|
||||||
|
jupyterlab-lsp
|
||||||
|
python-lsp-server
|
||||||
|
]);
|
||||||
|
|
||||||
kernels = {
|
kernels = {
|
||||||
python3 = let
|
python3 = let
|
||||||
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
||||||
|
|
Loading…
Reference in New Issue