Git Product home page Git Product logo

Comments (3)

scfcode avatar scfcode commented on May 26, 2024

Also seen while attempting a 'docker build --tag=ipolyglot .'

I saw

Error parsing Jupyter version: jupyter core : 4.6.1

My Dockerfile was <<


RUN gu install python ruby R
# RUN /opt/graalvm-ce-19.3.0/jre/languages/ruby/lib/truffle/post_install_hook.sh
RUN /opt/graalvm-ce-java8-19.3.0/jre/languages/ruby/lib/truffle/post_install_hook.sh
RUN yum install -y python36 python36-devel python36-pip git
RUN easy_install-3.6 pip
RUN pip3 install -U pip
RUN pip3 install jupyter_core==4.6.1 jupyter
RUN pip3 install --upgrade jupyter_client

WORKDIR /code
COPY . .
RUN git clean -ffxd
RUN npm install . --unsafe-perm --nodedir="/opt/graalvm-ce-java8-19.3.0/jre/languages/js" --build-from-source
RUN git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git
RUN pip3 install -e jupyter_contrib_nbextensions
RUN cp -r varInspector jupyter_contrib_nbextensions/src/jupyter_contrib_nbextensions/nbextensions/
RUN jupyter contrib nbextensions install --user
RUN jupyter nbextension enable varInspector/main

WORKDIR /playground
EXPOSE 8888
CMD jupyter notebook --port=8888 --ip=0.0.0.0 --NotebookApp.token='' --allow-root --no-browser

`>>

Note I was attempting to get this going ... and battling other issues with the docker build, hence the edits above from the regular

from ipolyglot.

fniephaus avatar fniephaus commented on May 26, 2024

It looks like this has been fixed upstream via n-riesco/ijavascript@7ee18d2. I will cherry-pick the fix.

from ipolyglot.

fniephaus avatar fniephaus commented on May 26, 2024

Fixed via c4c4d42

from ipolyglot.

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.