I installed jupyter from pip in a sepecific virtual environment.The follow error appears when i try to open the jupyter notebookbook
(process:4253): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
[E 16:29:54.133 NotebookApp] Could not open static file ''
[W 16:29:54.168 NotebookApp] 404 GET /static/components/jquery-ui/themes/smoothness/jquery-ui.min.css (127.0.0.1) 1.18ms referer=
http://localhost:8888/tree[W 16:29:54.169 NotebookApp] 404 GET /static/style/style.min.css (127.0.0.1) 0.48ms referer=
http://localhost:8888/tree[W 16:29:54.180 NotebookApp] 404 GET /static/components/es6-promise/promise.min.js (127.0.0.1) 0.76ms referer=
http://localhost:8888/tree[W 16:29:54.181 NotebookApp] 404 GET /static/components/requirejs/require.js (127.0.0.1) 0.66ms referer=
http://localhost:8888/tree[W 16:29:54.220 NotebookApp] 404 GET /static/components/requirejs/require.js (127.0.0.1) 1.08ms referer=
http://localhost:8888/treeand the webpage is absolutaly crashed.
Someone can help me?
best regards.