Install with Mamba

Install with Mamba#

It is also possible to install all the dependencies with Mamba in a new environment.

This installation option supports Linux and has been tested most on Ubuntu.

First install Miniconda or Anaconda, or Miniforge

If you chose Anaconda or Miniconda you will have to also install Mamba.

conda install-c conda-forge mamba

Once you have a version of Conda installed then proceed with cloning or download the repository.

sudo apt-get install git
git clone https://github.com/fusion-energy/neutronics-workshop.git
cd neutronics-workshop

Then create the environment with Mamba.

mamba env create --name neutronicsworkshop --file=environment.yml

Then activate the environment with

mamba activate neutronicsworkshop

The download the nuclear data. This will create a nuclear_data folder in your home directory and download several Gb of data needed for the simulations.

bash postBuild

Clone or otherwise download the repository and cd into the repository directory.

git clone https://github.com/fusion-energy/neutronics-workshop.git
cd neutronics-workshop

Then you should be able to run the jupyter lab command and within Jupyter Lab you can load up the ipynb tasks found in the tasks folders.

jupyter lab

Then navigate to the task that you want to run in the tasks folder.