-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dex support in Jupyter notebooks. #99
Comments
While Dex in Jupyter would indeed be cool, Its very different to jupyter as you do the editting in a text-editor and the webpage just evaluates and renders it. Anyway, not a substitute for Jupyter, at least in terms of getting something people are already familar with out there, |
Thanks for the feature request! I agree with @oxinabox that our plan with Dex is actually to make a nicer alternative to Jupyter notebooks, based on the fact that we can design Dex to allow us to e.g. cache execution, show results incrementally and avoid the dependence on the order in which the cells were evaluated. However, Jupyter is so common that even if we're hoping that we can come up with something better, it might still make sense to integrate with that (Dex on Colab?). |
+1 👍 Just out of curiosity, have you discussed this with [at] colaboratory-team? Or would it make sense to have a separate thing like (From personal experience and after reading N number of StackOverflow comments/GH issues/How to Get Started blog posts covering various ML projects, "how do I get started quickly" is still a major thing in 2020. So, in case there's a (not an immediate) priority at the Dex team to get outside user feedback, making the installation process less "complex" would be kind of awesome. Right now, we have to set up |
@8bitmp3 I agree 100% with your point about making the installation simple. However, Dex is at a point where I would certainly not consider it stable software, as even the surface level syntax of the language changes from time to time (there was actually quite a major shift that we've merged just last week). Once we're at a point, where we'll think that it makes sense to actually get more people onboard, we will definitely invest in making Dex installation a breeze! But of course if you or anyone else is willing to try putting together a Jupyter extension, then we welcome contributions and will be happy to help you get that done! |
Now that we have a reasonable Python integration, this would actually be a very cool thing to have! |
Out of curiosity, what is the latest with this thinking/plan? |
No updates or plans at the moment, perhaps except for a willingness to design and review external contributions 🙃 |
Way-far-down-the-road feature request:
But Jupyter just recently added supported for SQLite, and has support for specialized language kernels, such as Haskell. Would it be possible to add support for Dex?
The text was updated successfully, but these errors were encountered: