I installed Anaconda for my machine learning course. I use it as IPython (Jupyter), in which we have lessons. OS - Ubuntu 14.04 LTS. Basically, I always run it from the terminal with:
jupyter notebook
I created a new environment called su_env from the root environment (exact copy) with the package added. Now I am wondering: how to set the default su_env environment? I have a dozen laptops, so itโs annoying to set up the environment for each laptop every time, in the โweb GUIโ of Jupyter.
EDIT: I am interested in a solution where you do not need to install the environment before starting the laptop. My logic is that, somehow, automatically, jupyter installs the root environment on its own at startup. Because of this, I am wondering if it is possible to install any configuration file or something like that, so jupyter sets su_env instead of root . Also, if you know that this is not possible (and why), I would like to know this.
virtualenv ipython jupyter-notebook jupyter anaconda
ceruleus Aug 16 '16 at 20:50 2016-08-16 20:50
source share