Coder Social home page Coder Social logo

Comments (2)

CnBDM-Su avatar CnBDM-Su commented on June 14, 2024

Hi @faradawn

I tried piml in VScode and get the similar problem. It seems that VScode does not support ipywidgets well.
For now, if you want to run notebook locally, I suggest you to use the "jupyter lab" or "jupyter notebook".
These two platforms we have tested and PiML works well on them.

In the future, we will try to make PiML adapt to more platforms.
Thanks.

from piml-toolbox.

faradawn avatar faradawn commented on June 14, 2024

Hi Yu Su,

Jupyter lab worked! I started a jupyter server on the remote machine (where the ML model lives), and port-forwarded it using SSH:

# on the server
conda install -c conda-forge jupyterlab
jupyter lab --no-browser --port 5678
http://localhost:5678/lab?token=b9b7357486ca7ad1d10ef361f31ae66cb3427329a6ff4xxx

# on local
ssh -N -L localhost:6789:localhost:5678 [email protected]
http://localhost:6789/lab?token=b9b7357486ca7ad1d10ef361f31ae66cb3427329a6ff4xxx

The graphs were displayed perfectly!

Screenshot 2023-03-22 at 9 30 54 PM

Thank you so much!

from piml-toolbox.

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.