jupyter-tigervnc-novnc-proxy description (TODO)
Look for TODOs in files:
grep -r TODO .
You can install jupyter-tigervnc-novnc-proxy inside your environment with Jupyter / Jupyterlab:
python3 -m pip install jupyter-tigervnc-novnc-proxy
python3 -m pip install hatch
hatch build
ls -la dist/*
Try make help
to see available commands:
make help
python3 -m pip install git+https://github.com/huntdatacenter/jupyter-tigervnc-novnc-proxy.git@mainegg=jupyter-tigervnc-novnc-proxy
Run/rebuild local Jupyterlab service:
make rebuild
Running the command should open a url in the browser http://127.0.0.1:8888/lab
To stop the service run:
make down