Skip to content

Commit d7b970b

Browse files
committed
Typo.
1 parent f86fc5e commit d7b970b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

neo4j/sesion7.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
" !sudo apt install --reinstall -qq neo4j\n",
5959
" !grep -q -e '^# Updated' /etc/neo4j/neo4j.conf || \\\n",
6060
" sudo sed -i -e '1s/^/db.import.csv.legacy_quote_escaping=false\\n/;1s/^/dbms.security.auth_enabled=false\\n/;1s/^/server.memory.heap.initial_size=8G\\n/;1s/^/server.memory.heap.max_size=8G\\n/;1s/^/# Updated config\\n/' /etc/neo4j/neo4j.conf\n",
61-
" !head /etc/neo4j/neo4j.config\n",
61+
" !head /etc/neo4j/neo4j.conf\n",
6262
" !sudo neo4j start\n",
6363
" !wget http://dsevilla-proxy.inf.um.es/frp-neo4j -qq -O frpc.ini\n",
6464
" !wget -qq \"https://github.com/fatedier/frp/releases/download/v0.52.3/frp_0.52.3_linux_amd64.tar.gz\"\n",
@@ -840,9 +840,13 @@
840840
"provenance": []
841841
},
842842
"kernelspec": {
843-
"display_name": "Python 3 (ipykernel)",
843+
"display_name": ".venv",
844844
"language": "python",
845845
"name": "python3"
846+
},
847+
"language_info": {
848+
"name": "python",
849+
"version": "3.12.7"
846850
}
847851
},
848852
"nbformat": 4,

0 commit comments

Comments
 (0)