Accessing QubiCSV: Your Guide to Getting Started
Run Command
Platform Access
ssh username@qubic3 -N -f -L 9099:localhost:5000
Jupyter Notebook access
git clone https://gitlab.com/DevanshuBrahmbhatt/qubic-jupyter.git
pip install .
jupyter notebook
# Make sure you have the platform running on port 9099
Last updated