Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

autoreduction/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Autoreduce Notebooks

This repository contains some helper notebooks for calculating plots for presentations and statistics.

Running jupyter

pip install jupyter and run the Jupyter server with jupyter notebook.

Adding a conda environment as a Jupyter kernel

You need to pip install ipykernel and then register the conda environment. Replace <conda_env_name> with the actual name of the environment from conda list.

python -m ipykernel install --user --name=<conda_env_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published