I can’t seem to start jupyter notebook from Mac terminal. I am
using IJulia
jupyterlab()
or
using IJulia
jupyter notebook()
When the browswer opnes and I select Julia for the kernel, I get this (I am pasting part of the error) error:
> .julia/conda/3/lib/python3.7/site-packages/tornado/web.py",
> line 1703, in _execute result = await result
> .julia/conda/3/lib/python3.7/site-packages/tornado/gen.py",
> line 742, in run yielded = self.gen.throw(*exc_info) # type: ignore
> .julia/conda/3/lib/python3.7/site-packages/notebook/services/sessions/handlers.py", line 72, in post
> type=mtype))
> .julia/conda/3/lib/python3.7/site-packages/tornado/gen.py",
> line 735, in run value = future.result()
> File "/Users/alieftekhari/.julia/conda/3/lib/python3.7/site-packages/tornado/gen.py", line 742, in run
> yielded = self.gen.throw(*exc_info) # type: ignore
> .julia/conda/3/lib/python3.7/site-packages/notebook/services/sessions/sessionmanager.py", line 88, in create_session
> kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
> .julia/conda/3/lib/python3.7/site-packages/tornado/gen.py",
> line 735, in run value = future.result()
> julia/conda/3/lib/python3.7/site-packages/tornado/gen.py",
> line 742, in run yielded = self.gen.throw(*exc_info) # type: ignore
I can successfully run jupyter with python kernel