The default environment of adconda is base. When I switch to the environment I created and start jupyter notbook, the following exception occurs
(python35) D:\workspace\pythonDL\ocr\keras_ocr>jupyter notbook
Traceback (most recent call last):
File “d:\tool\anaconda3\envs\python35\lib\runpy.py”, line 193, in _run_module_as_main
“__main__”, mod_spec)
File “d:\tool\anaconda3\envs\python35\lib\runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “D:\tool\Anaconda3\envs\python35\Scripts\jupyter.exe\__main__.py”, line 9, in <module>
File “d:\tool\anaconda3\envs\python35\lib\site-packages\jupyter_core\command.py”, line 247, in main
command = _jupyter_abspath(subcommand)
File “d:\tool\anaconda3\envs\python35\lib\site-packages\jupyter_core\command.py”, line 134, in _jupyter_abspath
‘Jupyter command `{}` not found.’.format(jupyter_subcommand)
Exception: Jupyter command `jupyter-notbook` not found.
Installation required
(python35) C:\Users\..>pip install ipykernel(python35) C:\Users\小松>
(python35) C:\Users\..>python -m ipykernel install –user –name python35 –display-name “Python [conda env:python35]”
Installed kernelspec python35 in C:\Users\…\AppData\Roaming\jupyter\kernels\python35(python35) C:\Users\..>jupyter notebook
[I 14:17:44.082 NotebookApp] JupyterLab extension loaded from D:\tool\Anaconda3\lib\site-packages\jupyterlab
Similar Posts:
- [Solved] UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xa5 in position 1508: illegal multibyte sequence
- [Solved] Error caused by correspondence between tensorflow GPU version number and CUDA
- Error report of cell timed task startup: KeyError: ‘scheduler’ KeyError: ‘entries’
- [Solved] ModuleNotFoundError: No module named’usysconfigdata u x86 64-u-gnu’
- django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named ‘M…
- [Solved] Importerror: DLL load failed while importing mtrand: the specified program could not be found.
- [Solved] Pytoch nn.CrossEntropyLoss Error: RuntimeError: expected scalar type Long but found Float
- [Solved] requests.exceptions.InvalidSchema: No connection adapters were found for
- pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it’s not in you…
- [Solved] Pyinstaller package Error: AttributeError: ‘str’ object has no attribute ‘decode’