Closed tuanpham96 closed 2 years ago
Hello @tuanpham96 ... Well the reason is that, when Jupytext is installed, Markdown files and Python scripts (and many other files like even Bash scripts) are considered as notebooks.
If you want to restrict the files extensions that should be considered as notebooks, you can set a value for notebook_extensions
in your jupytext.toml
file (list of extensions, or coma separated values) - but you won't be able to open these files as notebooks anymore.
Thanks for your answer! I'll close it now.
Hi, I use
jupterlab-desktop 3.4.6-1
onubuntu 20.04
and it seems that when I havejupytext
installed, the file icons seem to be wrong or missing.For example:
I originally raised an issue in https://github.com/jupyterlab/jupyterlab-desktop/issues/509 and we figured out there might be some conflict with
jupytext
. Removing + rebuilding withpip uninstall jupytext && jupyter lab build
seems to fix it:Is there a reason for this and how to fix it, or workarounds?
Thanks!