File tree Expand file tree Collapse file tree 6 files changed +843
-6
lines changed Expand file tree Collapse file tree 6 files changed +843
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [
2
+ "cells" :
3
+ [
3
4
{
4
5
"cell_type" : " markdown" ,
5
6
"metadata" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [
2
+ "cells" :
3
+ [
3
4
{
4
5
"cell_type" : " markdown" ,
5
6
"metadata" : {
Original file line number Diff line number Diff line change
1
+ services :
2
+
3
+ notebook :
4
+ image : " quay.io/jupyter/scipy-notebook"
5
+ ports :
6
+ - " 8888:8888"
7
+ volumes :
8
+ - ..:/home/jovyan/work/bdge
9
+ user : root
10
+ environment :
11
+ - GRANT_SUDO=yes
12
+ depends_on :
13
+ - neo4j
14
+
15
+ neo4j :
16
+ image : neo4j
17
+ environment :
18
+ - NEO4J_AUTH=none
19
+ - NEO4J_server_memory_heap_maxSize=8G
20
+ - NEO4J_db_import_csv_legacy__quote__escaping=false
21
+ ports :
22
+ - " 7474:7474"
23
+ - " 7687:7687"
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 15
15
"id" : " yULxkMKuIWqZ"
16
16
},
17
17
"source" : [
18
- " # Toma de contacto con Jupyter/Colab y SQL"
18
+ " # Toma de contacto con Jupyter/Colab y SQL (sesión 1) "
19
19
]
20
20
},
21
21
{
56
56
},
57
57
"outputs" : [],
58
58
"source" : [
59
- " !sudo apt-get install -y apt-utils dialog mysql-client libmysqlclient-dev p7zip pkg-config"
59
+ " !sudo apt-get install -y -q apt-utils dialog mysql-client libmysqlclient-dev p7zip pkg-config"
60
60
]
61
61
},
62
62
{
81
81
" if RunningInCOLAB:\n " ,
82
82
" !sudo apt-get install -y -qq mysql-server\n " ,
83
83
" !sudo service mysql start\n " ,
84
- " !sudo mysql -e \" ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'\"\n "
84
+ " !sudo mysql -e \" ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'\" "
85
85
]
86
86
},
87
87
{
Original file line number Diff line number Diff line change 66
66
},
67
67
"outputs" : [],
68
68
"source" : [
69
- " !sudo apt-get install -y apt-utils dialog libmysqlclient-dev mysql-client p7zip pkg-config"
69
+ " !sudo apt-get install -y -q apt-utils dialog libmysqlclient-dev mysql-client p7zip pkg-config"
70
70
]
71
71
},
72
72
{
You can’t perform that action at this time.
0 commit comments