From d4d859a1a6accca01cd9b55a4c5d9e1717c91254 Mon Sep 17 00:00:00 2001 From: Osamu Waseda <o.waseda@mpie.de> Date: Tue, 19 Jul 2022 14:50:35 +0000 Subject: [PATCH 1/5] Update jupyter_notebook_config.py --- .binder/jupyter_notebook_config.py => jupyter_notebook_config.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .binder/jupyter_notebook_config.py => jupyter_notebook_config.py (100%) diff --git a/.binder/jupyter_notebook_config.py b/jupyter_notebook_config.py similarity index 100% rename from .binder/jupyter_notebook_config.py rename to jupyter_notebook_config.py -- GitLab From 5a82f2a687b5d523779ab8004b368f5e62ae7e62 Mon Sep 17 00:00:00 2001 From: Osamu Waseda <o.waseda@mpie.de> Date: Tue, 19 Jul 2022 14:50:46 +0000 Subject: [PATCH 2/5] Update jupyter_notebook_config.py -- GitLab From b778528bcca771b6310581627c4bf783726c1d94 Mon Sep 17 00:00:00 2001 From: Osamu Waseda <o.waseda@mpie.de> Date: Tue, 19 Jul 2022 14:55:21 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a21002..44e5fdc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ You can this repository as it is by clicking on the binder link below or fork it, for example for specifying the environment and use it with [the binder MPCDF resources](https://notebooks.mpcdf.mpg.de/binder/). -[](https://notebooks.mpcdf.mpg.de/binder/v2/git/https%3A%2F%2Fgitlab.mpcdf.mpg.de%2Fpyiron%2Fcollaborative_pyiron_in_binder/import_export_projects) +[](https://notebooks.mpcdf.mpg.de/binder/v2/git/https%3A%2F%2Fgitlab.mpcdf.mpg.de%2Fsamsstud%2Fjournal-club/HEAD +) ## Instructions -- GitLab From 7996b35fda274918c4ac7d31888d2646dbb7bb9e Mon Sep 17 00:00:00 2001 From: Osamu Waseda <o.waseda@mpie.de> Date: Tue, 19 Jul 2022 15:05:47 +0000 Subject: [PATCH 4/5] Update .binder/apt.txt --- .binder/apt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.binder/apt.txt b/.binder/apt.txt index f359f07..be3e782 100644 --- a/.binder/apt.txt +++ b/.binder/apt.txt @@ -1 +1,2 @@ libgl1-mesa-glx +vim -- GitLab From 60b856120b7d88d2da7bc36c8abb9f221fa92dd9 Mon Sep 17 00:00:00 2001 From: Osamu Waseda <o.waseda@mpie.de> Date: Fri, 25 Nov 2022 13:54:55 +0000 Subject: [PATCH 5/5] Update .binder/environment.yml --- .binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.binder/environment.yml b/.binder/environment.yml index 05206e8..060bc1f 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -28,6 +28,7 @@ dependencies: - pylint>=2.5.0 - yapf - rope>=0.10.5 +- spacy # other extensions #- jupyterlab-git #- jupyterlab-spellchecker -- GitLab