We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install Requirements:
Install Anaconda from these instructions: https://linuxize.com/post/how-to-install-anaconda-on-ubuntu-20-04/
Close the terminal and start a new one to activate conda.
Create and activate conda environment:
conda env create -f environment.yml conda activate jupyterlab
Clone project:
git clone https://github.com/QCDIS/NaaVRE.git
Create and checkout branch:
cd NaaVRE git branch <BRANCH_NAME> git checkout <BRANCH_NAME>
Go to the project folder and build the backend :
make install-backend
Build the frontend:
make build-frontend make install-ui
Build the extension and start a jupyterlab instance:
jupyter lab build && jupyter lab --debug --watch
Build wheel file for release:
make release