Re: [jupyter] download is .ipynb in safari

2016-10-28 Thread Matthias Bussonnier
Thanks for the report, Unfortunately as far as I remember there is nothing we can do about this. Safari is known to have many problems with Jupyter Notebook in general, and is not one of the browser we recommend. Thanks, -- Matthias On Wed, Oct 26, 2016 at 3:48 PM, Gideon Simpson wrote: > I'm

Re: [jupyter] PDF Viewer

2016-10-28 Thread Brian Granger
Here is an example of a plugin that has a custom file viewer: https://github.com/jupyterlab/jupyterlab_geojson That would get you started. Let us know if you have questions... On Fri, Oct 28, 2016 at 2:23 PM, Chris Colbert wrote: > We don't have a way to do that out of the box, but I imagine yo

Re: [jupyter] PDF Viewer

2016-10-28 Thread Chris Colbert
We don't have a way to do that out of the box, but I imagine you could use something like pdf.js to write a plugin to do that. https://mozilla.github.io/pdf.js/ On Fri, Oct 28, 2016 at 2:43 PM, Pedro Rodriguez wrote: > Hi All, > > I am curious if there is a way to view a PDF within Jupyter lab.

[jupyter] PDF Viewer

2016-10-28 Thread Pedro Rodriguez
Hi All, I am curious if there is a way to view a PDF within Jupyter lab. Thanks! Pedro Rodriguez PhD Student in Machine Learning | CU Boulder -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving

Re: [jupyter] Output cell history / diff?

2016-10-28 Thread Patrick Surry
Very cool! Looking forward to seeing your approach on UI, I was imagining just forward/back arrows under the "In [20]:" prompt in the margin to flip back/forth in the cell history, maybe highlight stuff that differs from the next version of the cell? Not sure how a whole workbook slider woul

Re: [jupyter] Output cell history / diff?

2016-10-28 Thread wwwald
Hello Yuvi, Just thinking out loud here - wouldn't it be possible to use git as the backend for managing the cell's history? I'm sure it would take quite some additional work and thinking. But I've been eager to find a decent solution to integrate git with our notebooks/JupyterHub setup for qu