/Jupyter-data-science-environment

Including Haskell, R, Julia,Python and Jupyter Kernels generated by Nix

Primary LanguageJupyter Notebook

Env analyzer

1 Quickly run

  • getting devshell env
nix develop or nix-shell
  • Exampel

    jupyterlab 10.220.170.112 8888 packages/julia/Julia-DataFrames-Tutorial

nix develop .#jupyterEnv --impure --command -- jupyter-lab --ip <Ip> --port <port> --config jupyter_notebook_config.py
  • direnv allow
direnv allow
jupyterlab <ip> <port>

2 Julia Support

juliaPackageDirName: you can find the example dir in ./packages/julia/default

default: the name of default will be an argument for command as following:

jupyterlab <ip> <port> <juliaPackageDirName>

2.1 Use Cachix

cachix use gtrunsec