takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
304 stars 58 forks source link

BUG: use url_escape to encode URL for browser #24

Closed cjermain closed 8 years ago

cjermain commented 8 years ago

This follows from a similar Jupyter notebook bug fix jupyter/notebook#728, which requires proper encoding of the URL for the browser to serve the correct page.

takluyver commented 8 years ago

Thanks :+1: