0.0.17 • Published 1 year ago

haas-data v0.0.17

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

haas_data

Requirements

  • JupyterLab >= 3.0

Install

To install the extension, execute:

FROM jupyter/sparkmagic

ARG dev_mode=false

USER root

RUN jupyter labextension install haas-data
RUN jupyter lab build
RUN jupyter labextension enable haas-data
USER $NB_USER

Uninstall

To remove the extension, execute:

FROM jupyter/sparkmagic

ARG dev_mode=false

USER root
jupyter labextension uninstall haas-data
RUN jupyter lab build
USER $NB_USER