/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
community/Python/JupyterNotebooks.gitignore
16 строк
373 B
Atul Kumar
Jupyterlabs LSP virtual documents directory
12 окт 2024, 15:55
Не верифицирован
12 окт 2024, 15:55
c146910
Код
Авторство
О чём код?
# gitignore template for Jupyter Notebooks # website: http://jupyter.org/ .ipynb_checkpoints */.ipynb_checkpoints/* # IPython profile_default/ ipython_config.py # Jupyter lab virtual documents # https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir .virtual_documents/ # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/