i wouldn't want to hard code the nbviewer feature to the properties we put in for dashboard specifically (urth.* stuff)
but i agree with you, i wouldn't want deep, nested structures exposed either
Peter Parente
@parente
i might give it a shot. if it isn't a terrible hack, i'll send a PR for consideration.
Min RK
@minrk
Cool
Lokesh Sharma
@lokeshh
Could someone please tell me what version of ipython does nbviewer use
The answer would be very appreciated as I am struggling with running with one notebook that displays fine with nbviewer but doesnot display properly on my system
Min RK
@minrk
Nbviewer is running with nbconvert 4.1.0
Laurent Gautier
@lgautier
Hi, I am having issues with the rendering through the official nbviewer site while the rendering on github is just fine. Should I file a bug report ?
Min RK
@minrk
Sure. They might be using different versions of nbconvert.
Su Hyun Jeon
@suhyunjeon
Hello, let me ask a question.
My team is using an Github Enterprise (2.2.1). How to rendering notebooks on github?
Su Hyun Jeon
@suhyunjeon
They started jupyter/ipython notebook(.ipynb) files rendered directly on github. Not enterprise version.
How would I debug issues with rendering a notebook in GitHub? It opens fine if I use nbviewer.jupyter.org, but if I click on the notebook in GitHub I get "Sorry, something went wrong. Reload?". This only happens on a few of my files. The files also open fine locally; they just fail on GitHub.
@rlabbe the only real recourse is GitHub support requests. The GitHub rendering of notebooks is not public code.
Yatekii
@Yatekii
hi! does anyone have an idea why my MD cells with latexsyntaxinitgetrenderedperfectlyfinebutWITHthe at the start and the end??
ohwell
Davide Bortolami
@ddavidebor
Hi guys, i'm interested in the possibility of blurring the lines between the user-driven execution of jupyter notebooks and something more like the workflow of a standard IDE, where you write an application that then execute as a whole. Do you have any info on projects that export standard python code from a jupyter notebook ? perhaps with the intent of being executed automatically
@minrk thanks i had not thought of looking for unit testing projects, good hint :smile:
Daniel Naftalovich
@dannaf
Hello, I am new to the jupyter project's code on github and I am trying to find the part including the frontend that gets displayed in the browser, to study how that is implemented (the code blocks and their keyboard shortcuts and visual rendering, etc). Can someone please help me find that portion of code to get started? Thanks!
Ok I may have found it in jupyter/notebook/static/notebook. If there are any other locations in the code that include frontend I'll be happy to hear about them. (Still trying to understand what/how/where/when the nbviewer is used exactly..)
_
Brian E. Granger
@ellisonbg
@dannaf hi, probably a better place to look would be in the JupyterLab repo, that is where we are doing all of our new notebook frontend development
Does nbviewer is able to show animations created by matplotlib? Does nbviewer keep interactivity of %matplotlib notebook output mode?
alexhegit
@alexhegit
@alexhegit Hello, I am encounter a issue about requests lib in Juypter There is a timeout when call requests.get() I got the like log as requests/requests#3292
Do you know how to fix it?
Rafael Rodrigues
@rodriguesra
Hi, I've got a question about inlinebackend.figure_format. I'd like to permanently set it to 'retina' and not type %config InlineBackend.figure_format = 'retina' on every notebook that I'm working on. How do I do it?
Do you want to make an annoucement ASAP or wait for things to be up again to publish it ?
Min RK
@minrk
It's already announced on twitter, status page
Matthias Bussonnier
@Carreau
Sure but I still see people asking. I'll keep responding.
Min RK
@minrk
I don't see why the blog would change that. I guess we can cross-post to everything.
Matthias Bussonnier
@Carreau
Fair enough.
Matthias Bussonnier
@Carreau
Do you think it would be reasonable to start (temporarly) a nbviewre on GCloud ?
I have it working on a medium machine I can just set GITHUB TOKEN and then we just redirect the DNS
(not sure how to get static IP on gcloud though)
Matthias Bussonnier
@Carreau
Correction, no, what I have wont' work, it's not persisting once I logout.
Min RK
@minrk
We could, but We don’t have a Jupyter account there. Running it on Binder accounts would not be appropriate, I think. We would need to create a new project for this.