jupyter / try.jupyter.org

Try Jupyter!
https://try.jupyter.org
BSD 3-Clause "New" or "Revised" License
10 stars 13 forks source link

html being displayed in help menu of notebook #11

Closed willingc closed 8 years ago

willingc commented 8 years ago

When a user opens a "Welcome to ..." notebook on the site and selects the Help menu, html is being displayed instead of the rendered content in the menu list. See example. I've filed here since I'm not sure if this is a tmpnb, tmpnb-deploy, notebook, or other issue as the root cause. FYI...it renders correctly in the dev version of the notebook running locally. cc/ @Carreau @rgbkrk @minrk @takluyver

screen shot 2016-04-28 at 10 23 03 am

willingc commented 8 years ago

Okay, weird now it's working correctly. I tried it before in a regular Chrome window and an Incognito window and it was displaying as above. Hmmph... probably due to some weird caching. I :heart: computers. Sorry, I'm closing this.

rgbkrk commented 8 years ago

If I had to guess we have an old image configured for one of the tmpnb nodes that are in rotation. It's probably still there, hiding away.

willingc commented 8 years ago

@rgbkrk Fabulous 😑 Reopening...

Carreau commented 8 years ago

yeah, we should have fixed that bug a long time ago....

minrk commented 8 years ago

@Carreau fixed this in jupyter/notebook#401, which was part of notebook-4.1, but the tmpnb images are still using 4.0.5. We need to update the images on tmpnb.

willingc commented 8 years ago

@minrk @Carreau Thanks that would explain it. I'm going to close this here as the update is being done tracked in Operations.

minrk commented 8 years ago

I deployed some new instances with notebook-4.1, which fixes this.