No nbviewer.org videos yet. You could help us improve this page by suggesting one.
Based on our record, Binder should be more popular than nbviewer.org. It has been mentiond 36 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
Textbooks, though? Interactive is what they want. How can we make textbooks interactive? It used to be that textbooks were to be copied down from; copy by hand from the textbook. To engage and entertain this generation. ManimCE, scriptable 3d simulators with test assertions, Thebelab, Jupyter Book docs > "Launch into interactive computing interfaces" > BinderHub ( https://mybinder.org ), JupyterHub, Colab,... - Source: Hacker News / about 2 months ago
The closest Python equivalent to RStudio is the JupyterLab Desktop app[1,2], which I highly recommend. I've entirely switched to using it for teaching, and it is a godsend, since it works the same way across platforms (win/mac/linux), installs its own Python interpreter independent of any system Python the student might have, and even comes with NumPy/SciPy/Pandas/Seaborn/statsmodels already installed, which... - Source: Hacker News / about 1 year ago
Binder - Turn a Git repo into a collection of interactive notebooks. It is a free public service. - Source: dev.to / over 1 year ago
I would use https://mybinder.org/ if you can't install anything. It's supported by NumFocus but otherwise runs on donations. You specify requirements in code and they build a docker image from your github repository. I think they should be able to download their notebook and submit it to you - it's been awhile since I used it. But I think they need to have a single person doing the typing. Source: over 1 year ago
You can use Binder https://mybinder.org . If the students have Gmail account, try Google Colab. Pretty easy to use. - Source: Hacker News / over 1 year ago
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.
Livebook - Automate code & data workflows with interactive Elixir notebooks
Workomo - Find out everything about people before you meet
Observable - Interactive code examples/posts
Deepnote - A collaboration platform for data scientists
nteract - nteract is a desktop application that allows you to develop rich documents that contain prose...