jupyter / jupyter/notebook

Reserved delimiter characters are included in URL links

Open
#4,347 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

```
5.7.4
Python 3.7.2 (default, Jan 13 2019, 12:50:01)
```

**To reproduce:**
```python
print("See https://example.com, this url")
```

**Expected:**
link `https://example.com`. URL reserved delimiter chars at end are ignored

**Actual**
the delimiting comma is included in the link:
`https://example.com,/`

image

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the example in a Jupyter Notebook and inspect the notebook's URL-link rendering path. Verify the behavior with a URL followed by a comma; done means the rendered link ends at example.com and excludes the reserved delimiter character.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.