From c1469106b9552d07a4e8f07a27987cd05ecae336 Mon Sep 17 00:00:00 2001 From: Atul Kumar <5877089+atulkumar2@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:25:00 +0530 Subject: [PATCH] Jupyterlabs LSP virtual documents directory --- community/Python/JupyterNotebooks.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index f27f90d665..f45b39dedb 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -8,5 +8,9 @@ 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/