Skip to content

huntdatacenter/jupyter-tigervnc-novnc-proxy

Repository files navigation

Jupyter TigerVNC/NOVNC proxy

PyPI - Python Version

jupyter-tigervnc-novnc-proxy description (TODO)

TODOs

Look for TODOs in files:

grep -r TODO .

Installation

You can install jupyter-tigervnc-novnc-proxy inside your environment with Jupyter / Jupyterlab:

python3 -m pip install jupyter-tigervnc-novnc-proxy

Build

python3 -m pip install hatch

hatch build

ls -la dist/*

Development

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

Testing in docker

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