haas-data
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

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

Package Sidebar

Install

npm i haas-data

Weekly Downloads

0

Version

0.0.17

License

BSD-3-Clause

Unpacked Size

90.3 kB

Total Files

50

Last publish

Collaborators

  • v.gutorov