Code Monkey home page Code Monkey logo

Comments (4)

hmaarrfk avatar hmaarrfk commented on September 26, 2024 1

Wow, thank you so much.

Sorry old memory betrayed me.

mamba install jupyterlab ipywidgets tqdm

yileded

image

from jupyterlab-feedstock.

bollwyvl avatar bollwyvl commented on September 26, 2024

The marquee feature of JupyterLab 3 is basically: the end user of pip or conda does not need nodejs or access to npmjs.com, and jupyter labextension install is not required for an increasingly large swathe of extensions. Each pip package deploys the pre-built files to $CONDA_PREFIX/share/jupyter/labextensions. By extension, conda-build should not even need to invoke nodejs, or contact npmjs.com during the build.

For ipywidgets, in specific, the jupyterlab 3 assets are delivered by its dependency jupyterlab_widgets. I personally prefer this pattern, but the pattern of distributing client assets (to be used by the server) along with kernel assets (e.g. the python widget classes) is probably here to stay unless we can figure out a clever pattern.

conda-forge/conda-forge.github.io#1421 (comment)

from jupyterlab-feedstock.

jasongrout avatar jasongrout commented on September 26, 2024

In short, with jlab 3, you just mamba install ipywidgets and jupyterlab and you are done. No need to install nodejs or your last two lines above. Just

mamba install ipywidgets jupyterlab

from jupyterlab-feedstock.

hmaarrfk avatar hmaarrfk commented on September 26, 2024

Let me try

from jupyterlab-feedstock.

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.