Skip to content
#

jupyterlab

Here are 843 public repositories matching this topic...

ruoyu0088
ruoyu0088 commented Apr 14, 2022

Description

Links with Japanese anchor cannot jump to the heading, for example [日本語](test.ipynb#日本語).

Reproduce

Create a notebook test.ipynb with two heading cell:

## 日本語
## English

Create a markdown file with the following links:

* [English](test.ipynb#English)
* [日本語](test.ipynb#日本語)

Open the Markdown preview page, and click the t

mathbunnyru
mathbunnyru commented May 22, 2021

Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.

type:Maintenance tag:Documentation good first issue
ricklamers
ricklamers commented Nov 1, 2021

Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.

Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.

Ideas
We could combine this with some other ideas in a context menu (right click).

Credit to Serhii Ostapchuk for contributing this on Slack.

new feature request good first issue
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end
jupyterlab-lsp

Improve this page

Add a description, image, and links to the jupyterlab 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 jupyterlab topic, visit your repo's landing page and select "manage topics."

Learn more