I assume you just got a fresh clean BCF account to our system. What follows is a step by step guide on how to set up your account to work through our jupyter hub/lab and one or multiple conda environments:
export http_proxy="http://proxy.computational.bio.uni-giessen.de:3128" && export https_proxy="http://proxy.computational.bio.uni-giessen.de:3128" && export ftp_proxy="http://proxy.computational.bio.uni-giessen.de:3128"
to be able to connect to the internet
. ~/.profile
to let the system know about the newly installed conda.
nb_conda_kernels
mkdir -p $HOME/Git/Anaconda-Platform
cd $HOME/Git/Anaconda-Platform
git clone https://github.com/Anaconda-Platform/nb_conda_kernels.git
cd nb_conda_kernels
/usr/bin/pip install traitlets jupyter_client --user
nb_conda_kernels
/usr/bin/python3 setup.py develop --user
cd
touch `jupyter --config-dir`
with following content. Should you encounter issues, read up more details at https://github.com/Anaconda-Platform/nb_conda_kernels. Most likely, a subdirectory like .jupyter
does not exist yet in your home dir.
{ "CondaKernelSpecManager": { "kernelspec_path": "--user" } }
/usr/bin/python3 -m nb_conda_kernels list