When preparing our annual Git exercise at the ENSAE, we encountered a problem regarding .gitignore file. Since it starts with a ., it is ignored by Jupyter interface, by default.
I have not tested #41 since I don't know how. If you want to try another one (e.g. modifying jupyter options), you can close the PR. I think what I proposed is the easiest solution but I don't evaluated the indirect effects it can have
When preparing our annual
Git
exercise at the ENSAE, we encountered a problem regarding.gitignore
file. Since it starts with a.
, it is ignored by Jupyter interface, by default.In this issue (https://github.com/jupyterlab/jupyterlab/issues/2049) and this SO thread, there are some workarounds listed. In #41 I propose to apply one of the solutions.
I have not tested #41 since I don't know how. If you want to try another one (e.g. modifying jupyter options), you can close the PR. I think what I proposed is the easiest solution but I don't evaluated the indirect effects it can have