I wish that the notebooks supported Typescript or C# or something I'm more familiar with, out of the box. For C# I have LinqPad, which I'm a huge fan of but never discovered something with similar functionality for typescript. I've seen some open source kernels[0] but I'm not sure about the quality, did anyone try them? Deno core in Jupyter would have been amazing. [0]: https://github.com/jupyter/jupyter/wiki/Jupyter…
For JS and Typescript there’s Quokka, which I haven’t tried and doesn’t really seem to be in the style of a notebook, but might be helpful? https://quokkajs.com/ There is actually a JS adaptor/extension for Jupyter but I found it pretty clunky to use, and since I’m equally comfortable with Python as JS, I just stuck with Python. For Typescript Stackblitz might be interesting, but it’s not like a notebook, and it’s no…
The new Jupyter Book
61–69 of 69 posts
Re: The new Jupyter Book
#62small nitpick : yikes! Jupyter's blog is on Medium :(
Yeah, but unfortunately we haven't found anything that allow easy collaboration with folks who don't know how to use GitHub, and migrating away from medium is a paiiin. Though if you have a solution, I would be happy to push for it on the Jupyter side.
Re: The new Jupyter Book
#63Earlier quoted context omitted.
Yeah, but unfortunately we haven't found anything that allow easy collaboration with folks who don't know how to use GitHub, and migrating away from medium is a paiiin. Though if you have a solution, I would be happy to push for it on the Jupyter side.
Unsure if you mean solution for migrating or solution for a good alternative platform, but Ghost has received a decent amount of praise. https://ghost.org/vs/medium/
Re: The new Jupyter Book
#64Earlier quoted context omitted.
Wow someone use the features I wrote years ago ! <3 You might want to submit a blog post to Jupyter.org to show that this is possible and make it more known.
That work you did those years ago made me a hero at work :) Thanks!
Re: The new Jupyter Book
#65Call me old-fashioned, but I dislike Jupyter notebooks, or really anything that I can’t easily use with my editor of choice, diffing tools, etc. Jupyter should just be an editor and execution engine that operates on plain text code, using specially formatted comments to delineate cells. If I want to edit it with vim and execute it using plain old Python I should be able to.
Notebook document are _meant_ to keep output as they are design for research and where the records of your results are important, but you also don't have to use ipynbformat with the notebook UI either.
Re: The new Jupyter Book
#66Earlier quoted context omitted.
Yeah, but unfortunately we haven't found anything that allow easy collaboration with folks who don't know how to use GitHub, and migrating away from medium is a paiiin. Though if you have a solution, I would be happy to push for it on the Jupyter side.
I would just teach people how to use github. lol.
Re: The new Jupyter Book
#67Earlier quoted context omitted.
I’m out of the loop. What’s wrong with Medium?
From the top of my head: - captures creativity into a centralized proprietary platform on which creators have no control - modal dialogs nagging you to create an account when you just want to read an article - uniform, soulless, dull visual design - heavy pages loaded with JavaScript that don't add any value for the reader
Re: The new Jupyter Book
#68Earlier quoted context omitted.
Sorry only 24h per day. Most of the work is volunteer. If you want ascii doc you'll need to put some elbow grease.
asciidoc is independently maintained https://asciidoctor.org/docs/asciidoctor.js/ you will save the effort needed to maintain a new format.
Once you've done it for notebook, can you do it for Lab, VS Code, Nteract, Cocal, Colaboratory ? Thanks.