[jupyter] Re: Make a jupyter notebook public from a server

2019-07-10 Thread Samuel Lelièvre
Wed 2019-07-10 03:16:29 UTC+1, Brayan Rodriguez: > > Can I make an interactive (not static) jupyter notebook > public in a server? I have found how to do it with a > password but I want it public, without password. Cocalc > and Mybinder are a good sample of what I search. You may be interested in

Re: [jupyter] clear_output and display widgets (from ipywidgets) connection

2019-07-10 Thread William Stein
On Wed, Jul 10, 2019 at 5:51 PM Ilya Kazakevich wrote: > > Thank you! > I was trying to understand how is it implemented technically, how it works > under the hood If that GitHub issue I pointed to isn't sufficiently clear, please reopen it and add additional questions or make a new one. Jason

Re: [jupyter] clear_output and display widgets (from ipywidgets) connection

2019-07-10 Thread Ilya Kazakevich
Thank you! I was trying to understand how is it implemented technically, how it works under the hood -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[jupyter] Re: publishing a jupyter nb

2019-07-10 Thread Tony Fast
There are quite a few solutions because notebooks are so flexible. A past approach I used was to a single github repo that had the structure of a python project. This approach makes notebooks publishable on Github

Re: [jupyter] publishing a jupyter nb

2019-07-10 Thread Sascha Spors
Hi, I also use github for my notebooks. For instance for Open Educational Resources https://github.com/spatialaudio/signals-and-systems-lecture https://github.com/spatialaudio/digital-signal-processing-lecture In order to (more or less) officially publish the notebooks I use the DOI service

Re: [jupyter] publishing a jupyter nb

2019-07-10 Thread Tim Head
Hey, there is a new project called Voila for which there is a tool called Voila gallery with a nice blog post https://blog.jupyter.org/a-gallery-of-voil%C3%A0-examples-a2ce7ef99130 you can add your notebook to the gallery here (I think): https://github.com/voila-gallery/gallery Related to that