Tips for working on Sigma2#
Sigma2 data processing tools#
NIRD toolkit#
We have a projectspace connected to project
NS9081Kon the NIRD-toolkit. Here, fcarctic-ns9081k is accessible to members of Feide group
fc:adhoc:dde5413a-7adc-4890-b900-b52093925959
and mounting
/nird/projects/NS9081Kmanage groups through Feide Innsyn (needs interaction with sigma2 support)
active ocean analysis group jupyter hub (get in touch with Tore for access)
Betzy apps#
Creating local python environment and package installing#
Sigma2 python documentation
Stackoverflow tips
If you use JupyterLab: go to the terminal and type:
$ python -m venv my_new_pythonenv
Activate the environment:
$ source my_new_pythonenv/bin/activate
Install packages with pip. Here we install pandas.
$ python -m pip install pandas
You then need to add my_new_venv to the iPython kernel:
$ ipython kernel install --user --name=my_new_venv
If this doesn’t work:
$ ipython kernel install --user --name=my_new_venv