Currently out of date for pipenv
Requires environment with all files
poetry run python combined.py -server
on compute nodessh -L 5006:cX-X-X:5006 EUID@vis-01.acs.unt.edu
on local- open localhost:5006 on local browser
poetry run python combined.py -server
on server- port forwarding depending on network configuration
- open address:5006 on local browser
.3nc: Raman data, unsuported
.5nc: old RASHG data, netCDF4, uses fiveD.py
.zarr: new RASHG, zarr, uses sixD.py
Using a git submodule to reference files from the https://github.com/UNTNeogiLab/RASHG project
RASHG is developed in parellel with the project
When cloning use --recurse-submodules or run
git submodule init
git submodule update
python setup.py
(older script, depends upon mamba/conda, slower, harder to maintain)
pip install -r config/requirements.txt
Jupyter lab is decapretated in favor of python scripts
Requires environment with all files
panel serve combined.py --address 0.0.0.0
on compute nodessh -L 5006:cX-X-X:5006 EUID@vis-01.acs.unt.edu
on local- open localhost:5006 on local browser
panel serve parameterized.ipynb --address 0.0.0.0
on server- port forwarding depending on network configuration
- open address:5006 on local browser
Hangs on creating Virtual environment
virtualenv pyenv --read-only-app-data
then activate it (source pyenv/bin/activate
) and run
pipenv sync
followed by
pipenv run
whatever