No features have been listed yet.
Based on our record, nbviewer.org should be more popular than PsySH. It has been mentiond 13 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Example notebooks are included in the repo and can be previewed using nbviewer:. Source: over 2 years ago
Nbviewer (https://nbviewer.org/): very easy to use for smaller jupyter notebook that does not require heavy rendering. Source: over 2 years ago
Nbconvert renders everything exactly as it looks in your notebook app into a read-only HTML version and is what GitHub uses for notebooks. Interactive plots from Bokeh, Holoviews, etc can still work if you trust the JS, and since editing notebooks while showing them during a meeting usually doesn't go well, read-only is probably good enough (eager to hear feedback on this point though). The nice thing is that... Source: over 2 years ago
Just as a heads up, I used plotly to generate a lot of the charts, so you'll need to view it from an nbviewer like nbviewer.org. Source: about 3 years ago
I used a lot of plotly not knowing that Github wouldn't show it, so you'll need notebook viewer like nbviewer.org to see some of the charts. Source: about 3 years ago
I do similar things with Elixir scripts, though commonly I still turn to PHP because there is some single file library that does what I want with a lot less ceremony than the Java variety would require. There's also PsySH, https://psysh.org/, for being something other than a Common Lisp or BEAM interface it's a very nice REPL. Besides Picolisp and iex it's the interactive programming environment I use the most. - Source: Hacker News / 3 months ago
Https://psysh.org/ It's very popular, as in a lot of businesses use it, it's just not fashionable. I think it's a great tool to have. It had gradual typing before it was cool. You can type in like a page of code including the layout and render whatever in a PDO-supported database on a web page, served by the builtin web server, which is great for data exploration and things like SQL optimisation. At the moment I'm... - Source: Hacker News / 7 months ago
PHP is great, but you need to be a pretty decent developer to use it effectively. It has a rather nice interactive shell, https://psysh.org/ . I've built non-trivial, non-web systems in it. Concurrency 'within' the language isn't as nice as some alternatives, but the FCGI-style deployment is quite reliable and convenient in practice. - Source: Hacker News / about 1 year ago
Livebook - Automate code & data workflows with interactive Elixir notebooks
VS Code - Build and debug modern web and cloud applications, by Microsoft
Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
Nodebook - Browser-based REPL notebook supporting many programming languages.
nteract - nteract is a desktop application that allows you to develop rich documents that contain prose...
Tinkerwell - The magical Laravel tinker app for macOS