Git Product home page Git Product logo

Comments (2)

zmays avatar zmays commented on May 29, 2024

Am I following this right that jupyterlab-dash isn't supported inside a jupyterhub environment at the moment?

Seems to be the case as I have a docker image:

FROM jupyter/all-spark-notebook

USER root

RUN apt-get update && apt-get install -y gcc g++ make python

ENV PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin"
ENV NODE_PATH="/opt/conda/lib/node_modules/"
USER jovyan
RUN npm install -g ijavascript
RUN ijsinstall

RUN npm install -g jsdom d3

USER root

RUN apt-get update && \
    apt-get install -y nodejs \
    npm

RUN sudo npm install -g ijavascript
RUN ijsinstall --spec-path=full --install=global

RUN pip install plotly
RUN pip install dash==0.43.0
RUN pip install dash-daq==0.1.0
RUN pip install jupyterlab-dash==0.1.0a2
RUN jupyter labextension install [email protected]

RUN fix-permissions /home/jovyan

RUN apt-get autoremove -y python
ENV PATH="/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
USER jovyan

That is working ran locally with jupyter-dash, but not once deployed inside a jupyterhub env.

Anyway, curious where this is on your roadmap. Happy to help if it is far off.

from jupyterlab-dash.

RanFeldeshKik avatar RanFeldeshKik commented on May 29, 2024

jupyter-dash works well with littlest jupyter hub and jupyter lab 1.0.4.
(based on running the example https://github.com/plotly/jupyterlab-dash/blob/master/notebooks/test_app_viewer.ipynb )

from jupyterlab-dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.