Coder Social home page Coder Social logo

Comments (6)

krassowski avatar krassowski commented on May 30, 2024 1

I think this would be solved with #61. I will add a comment here you once the lab 4.0 upgrade is ready for testing

from jupyterlab-spreadsheet-editor.

krassowski avatar krassowski commented on May 30, 2024

Can you test with jupyterlab-spreadsheet-editor v0.7.1?

from jupyterlab-spreadsheet-editor.

vfreysz avatar vfreysz commented on May 30, 2024

I can't make it work.
When I try on my server or on https://jupyter.org/try-jupyter/lab/

import micropip
await micropip.install("jupyterlab-spreadsheet-editor")

there is no more warning but it seems that nothing happened...

Insert lines icons does not show up when i open a csv file.

from jupyterlab-spreadsheet-editor.

martinRenou avatar martinRenou commented on May 30, 2024

Ah unfortunately you won't be able to install this extension that way. You need to make your own deployment of Jupyterlite and follow this guide for installing external extensions.

Installing packages with micropip is only useful to install Python modules in the Python runtime, you won't be able to install JupyterLab extensions.

from jupyterlab-spreadsheet-editor.

vfreysz avatar vfreysz commented on May 30, 2024

Thanks, I had forgotten that.

Works perfectly now.

My docker composes if anyone wants to test.

version: "3.7"
services: 
  jupyterlite:
    image: continuumio/miniconda3
    command: bash -c "
      pip install jupyterlite-core==0.2.3 && \
      pip install jupyter_server && \
      pip install jupyterlite-pyodide-kernel && \
      pip install jupyterlite-core[all] && \
      pip install ipywidgets==8.1.1 &&\
      pip install jupyterlab-spreadsheet-editor &&\
      pip install bqplot &&\
      pip install plotly &&\

      jupyter lite build &&\
      jupyter lite serve --port=8087"
    ports: 
      - 8087:8087
    container_name: jupyterlite

from jupyterlab-spreadsheet-editor.

krassowski avatar krassowski commented on May 30, 2024

Works perfectly now.

🎉 Thanks for confirming - I will close this issue now.

from jupyterlab-spreadsheet-editor.

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.