Giter VIP home page Giter VIP logo

Comments (5)

agoose77 avatar agoose77 commented on May 29, 2024

Hey @calope,

Could you check with this issue (#2)? I think it is likely that you've not registered the WASM mimetype.

from jupyterlab-markup.

calope avatar calope commented on May 29, 2024

It's register. And with Safari work's perfect.

mutua@jupyter00:~$ cat /etc/mime.types |grep wasm
application/wasm      wasm
mutua@jupyter00:~$

mutua@jupyter00:~$ python3
Python 3.6.9 (default, Nov  7 2019, 10:44:02)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> mimetypes.guess_type('file://home/roberto/testfile.wasm')
('application/wasm', None)
>>>


mutua@jupyter00:~$ echo "application/wasm      wasm" | sudo tee -a /etc/mime.types
application/wasm      wasm
mutua@jupyter00:~$

from jupyterlab-markup.

agoose77 avatar agoose77 commented on May 29, 2024

This is interesting. If you open the FF Dev console, are there any errors?

from jupyterlab-markup.

calope avatar calope commented on May 29, 2024

Finally it's resolved.

I just re-install wasm and the lab, and I can't reproduce the problem.

root@jupyter00:/home/mutua# pip install wasm
Collecting wasm
  Downloading https://files.pythonhosted.org/packages/df/1f/9ef153f0c539e88c569ac489986236db4c4ad9babd81362c892f562d9393/wasm-1.2-py3-none-any.whl
Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from wasm) (44.0.0)
Installing collected packages: wasm
Successfully installed wasm-1.2
root@jupyter00:/home/mutua# jupyter lab inistall @agoose77/jupyterlab-markup
[C 16:23:23.090 LabApp] No such file or directory: /home/mutua/inistall
root@jupyter00:/home/mutua# jupyter lab install @agoose77/jupyterlab-markup
[C 16:23:30.300 LabApp] No such file or directory: /home/mutua/install
root@jupyter00:/home/mutua# jupyter labextension install @agoose77/jupyterlab-markup
Building jupyterlab assets (build:prod:minimize)
root@jupyter00:/home/mutua# pip install wasm
``

from jupyterlab-markup.

agoose77 avatar agoose77 commented on May 29, 2024

from jupyterlab-markup.

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.