jupyter / nbviewer

nbconvert as a web service: Render Jupyter Notebooks as static web pages

Home Page:https://nbviewer.jupyter.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notebooks with a + symbol in the filename results in 404

jaimergp opened this issue · comments

Describe the bug
If the notebook filename contains a plus symbol, preview 404s.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://nbviewer.jupyter.org/
  2. Paste this notebook URL https://github.com/openkinome/experiments-binding-affinity/blob/ligand-based/ligand-based/MorganFingerprint/XGB/train%2Btest.ipynb
  3. Press Go!
  4. See error. + is parsed as a space even if HTML espaced.

Expected behavior
Plus symbols should be escaped or encoded in a different way to allow these valid filenames to be processed.

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser [e.g. chrome, safari]: Chrome
  • Version [e.g. 22]: 86.0.4240.183