Skip to content

UNTNeogiLab/2020SummerResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2020SummerResearch

Method 1 (requires python and anaconda, reccomeneded)

python setup.py

Method 2 (Requires anaconda and python)

Installation of Required Materials
conda env create -f config/environment.yml if no environment exists already
conda env update --prefix ./env --file config/environment.yml --prune to update an existing environment
conda activate python
jupyter lab workspaces import config/lab.json
jupyter labextension install @jupyter-widgets/jupyterlab-manager
###running the program
jupyter lab
run all the code cells to get a GUI

##Method 3 (requires python) While pip will probably not work and you will regret it, here is how to use pip
pip install config/requirements.txt
jupyter nbextension enable --py widgetsnbextension
jupyter lab workspaces import config/lab.json
jupyter labextension install @jupyter-widgets/jupyterlab-manager
###running the program jupyter lab
##Developing this further:

Export jupyter lab files
jupyter lab workspaces export > config/lab.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published