mikcaf
mikcaf
> @mikcaf Can you run `python -m jupyter --version` and report the output? jupyter core : 4.6.3 jupyter-notebook : 6.1.4 qtconsole : 4.7.7 ipython : 7.19.0 ipykernel : 5.3.4 jupyter...
@mcaceresb When I run jupyter kernelspec list I receive Available kernels: stata /Users/MikCaf/Library/Jupyter/kernels/stata python3 /Users/MikCaf/opt/anaconda3/share/jupyter/kernels/python3 I have Stata IC If I run: python jupyter_client.kernelspec import KernelSpecManager I receive python: can't...
@mcaceresb Sorry for my ignorance, but how exactly do I run Python? Again, I am a novice and I am desperately trying to install the kernel for a College class
@mcaceresb My version of Python is 3.8.5. When I run on python from jupyter_client.kernelspec import KernelSpecManager Nothing happens(?). If I run Python, it says Python 3.8.5 (default, Sep 4 2020,...
@mcaceresb I am not sure how I installed Python. By the way, I already uninstalled and re-installed Anaconda a couple of times and I get the same problem again. Should...
@mcaceresb For my class, I was asked to use and download Anaconda. Should I install the stata kernel before or after installing Anaconda? I guess my question is: after I...
@mcaceresb I did the first 3 steps, but when I run pip install stata_kernel I get: -bash: pip: command not found
@mcaceresb should I use pip3 as a command?
@mcaceresb After I run pip3 install stata_kernel, I get: Successfully built stata-kernel when I run, python3 stata_kernel.install again I get: Cannot import kernel Installing Jupyter kernel spec
@mcaceresb sorry, I meant: python3 -m stata_kernel.install