The Wayback Machine - https://web.archive.org/web/20210503022829/https://github.com/topics/jupyter
Skip to content
#

jupyter

Here are 2,824 public repositories matching this topic...

bokeh
jjoonathan
jjoonathan commented Mar 17, 2021

This is #6580 but with a proper reproduction.

I would like to open a URL when the user clicks a point in a scatterplot. TapTool(behavior='inspect', callback=OpenURL()) seems perfect for this behavior. Using the following code, I would expect to obtain a plot that opens a URL when a point is clicked. However, the plot does nothing when a point is clicked.

from bokeh.models import ColumnD
dash
martinRenou
martinRenou commented Apr 27, 2021

Description

When creating a new file from the context menu, we should allow the user to directly rename the file. It works like that for folders, but not for files.

Reproduce

filerename

Expected behavior

The user should be prompt to rename the file directly after the cr

perspective
jorisvanzundert
jorisvanzundert commented May 8, 2019

Hi,

(Apologies for being a bit verbose.)

Is it possible to have section headers in the sidebar that are links to section anchors? Thus, section headers that point to e.g. "/mybook/chapter_002#a-particular-section. (Each # header in .md becomes an anchor.)

I tried a workaround by using simply external: true, but this fails because _prepare_toc() errors out on the hashtag. Besid

Improve this page

Add a description, image, and links to the jupyter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jupyter topic, visit your repo's landing page and select "manage topics."

Learn more