docs: They added support for celltags to Jupyter Lab (#9141)

This commit is contained in:
Yannick Weiss 2020-09-02 14:42:20 +02:00 коммит произвёл GitHub
Родитель 72b2be71b0
Коммит 9108cb57a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -41,9 +41,6 @@ passed in at execution time. Papermill will add a new cell tagged with injected-
with input parameters in order to overwrite the values in parameters. If no cell is
tagged with parameters the injected cell will be inserted at the top of the notebook.
Note that Jupyter notebook has out of the box support for tags but you need to install
the celltags extension for Jupyter Lab: ``jupyter labextension install @jupyterlab/celltags``
Make sure that you save your notebook somewhere so that Airflow can access it. Papermill
supports S3, GCS, Azure and Local. HDFS is *not* supported.