Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Fix juypter notebook list parsing, fix #55 #61

Merged
merged 1 commit into from
Jul 23, 2017

Conversation

danhper
Copy link
Contributor

@danhper danhper commented Jul 23, 2017

Here is the output of a line of jupyter notebook list on my computer:

http://localhost:8888/ :: /home/daniel

the separator is :: is surrounded by space, so with the current implementation it added the space to the base URL, causing the issue described in #55.
As I am not sure if other versions of Jupyter return :: without the surrounding spaces, I
trimmed the output instead of changing the split separator from :: to ::.

@DonJayamanne DonJayamanne merged commit aa6df20 into DonJayamanne:master Jul 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants