nastasiasnk commited on
Commit
fe92782
1 Parent(s): 5927fcb

Update imports_utils.py

Browse files
Files changed (1) hide show
  1. imports_utils.py +4 -3
imports_utils.py CHANGED
@@ -1,12 +1,14 @@
1
- !pip install requests
2
- !pip install specklepy
3
 
4
  import sys
5
 
 
6
  # delete (if it already exists) , clone repro
7
  !rm -rf RECODE_speckle_utils
8
  !git clone https://github.com/SerjoschDuering/RECODE_speckle_utils
9
  sys.path.append('/content/RECODE_speckle_utils')
 
 
10
 
11
  # import from repro
12
  import speckle_utils
@@ -31,7 +33,6 @@ from google.colab import files
31
 
32
  import json
33
 
34
- !pip install notion-client
35
 
36
  from notion_client import Client as client_notion
37
 
 
1
+
 
2
 
3
  import sys
4
 
5
+ """
6
  # delete (if it already exists) , clone repro
7
  !rm -rf RECODE_speckle_utils
8
  !git clone https://github.com/SerjoschDuering/RECODE_speckle_utils
9
  sys.path.append('/content/RECODE_speckle_utils')
10
+ """
11
+
12
 
13
  # import from repro
14
  import speckle_utils
 
33
 
34
  import json
35
 
 
36
 
37
  from notion_client import Client as client_notion
38