GithubHelp home page GithubHelp logo

Comments (3)

gaocegege avatar gaocegege commented on July 18, 2024

From the user level, we do just need some magic commands. But the magic commands are supported from the kernel, e.g. ipython or ir. Thus if we need to add magic commands, we could:

  • Add the commands into ipython and implement the corresponding logics in ipython. In this way, we need to maintain a fork of ipython. I think we cannot merge it into ipython mainline.
  • Implement a customized kernel. In this way, we can support some more use cases. In the future, maybe we could support model serving and hyperparameter tuning in the kernel.

I think maintaining a fork is not what we want, thus we decided to implement a kernel. But there is a problem in this way: How to run the python code natively, not via kubeflow.

To solve the problem, we use sos-kernel to support multiple kernels in one notebook. We have a demo for it:

You can select kernel in the right top sidebar of the cell. And run different cells using different kernels.

from ciao.

gaocegege avatar gaocegege commented on July 18, 2024

If you have any idea about it, we can discuss it here. Ciao is experimental now and welcome breaking changes 😄

from ciao.

gaocegege avatar gaocegege commented on July 18, 2024

/close

from ciao.

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.