Jupyterlab loads too slow
Description
I setup my jupyter server on an EC2 instance and open it with my laptop browser, but it is getting slower and slower when I try to reopen the window.
I looked at the Chrome’s Dev tools, it turns out there is a js
file 36MB size, that means each time you need to download 36MB js file to open a jupyter lab page.
Solution
Build the jupyter lab with following command:
1 | jupyter lab build --minimize=False --dev-build=False |
Git cannot see new files
Description:
- New files cannot be found under
git status
- There is a weird icon file, refer to this link
- It is not the
.gitignore
file issue, excluded bygit status --ignored
. - The cloned github folder was on Google Drive synchronization folder.
Solution:
Move the folder out of the Google Drive, everything works.
Although the root cause is not found, my guess would be that some indexing of Google Drive makes the git misbehaving.