- 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>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>cachix use gtrunsec