Skip to content
#

jupyterlab

Here are 858 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
ptitzler
ptitzler commented May 9, 2022

Is your feature request related to a problem? Please describe.
The elyra-pipeline CLI displays a documentation link when help is invoked, e.g.

$ elyra-pipeline --help
Usage: elyra-pipeline [OPTIONS] COMMAND [ARGS]...

  Run Elyra pipelines in your local environment or submit them to an external
  service, such as Kubeflow Pipelines or Apache Airflow.

  Find more information at:
kind:enhancement good first issue help wanted component:cli-tools
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