A JupyterLab extension for managing HydroShare resource files in JupyterLab
- Navigate to the
frontend
directory. - Run
npm install
to install dependencies. - Run
npm run build
to compile the TypeScript code.
- Navigate to the
hsfiles_jupyter
directory (project root). - Run
pip install -e .
to install the server extension. - Run
jupyter server extension enable hsfiles_jupyter
to enable the server extension. - Run
jupyter lab build
to build the frontend assets.
- Start JupyterLab.
- Right-click on a file in the jupyter file browser and select "Upload File to Hydroshare".