Install nbresuse by default

Extremely useful to see how much RAM you are using right now
This commit is contained in:
yuvipanda
2018-08-03 15:09:38 -07:00
parent 8e8a303978
commit 37b3778264

View File

@@ -216,7 +216,9 @@ def ensure_user_environment(user_requirements_txt_file):
'jupyterlab==0.32.1',
'nteract-on-jupyter==1.8.1',
# nbgitpuller for easily pulling in Git repositories
'nbgitpuller==0.6.1'
'nbgitpuller==0.6.1',
# nbresuse to show people how much RAM they are using
'nbresuse==0.3.0'
])
if user_requirements_txt_file: