Kusura bakmayın yeni gördüm mesajınızı. CMD üzerinden jupyter lab'ı açmaya çalıştığımda:Ne hatası veriyor?
Jupyter Lab'ı açmak için CMD ekranına "jupyter lap" komutunu gir.
Jupyter Notebook'u açmak için CMD ekranına "jupyter notebook" komutunu gir.
Sonra localhost:8888'e girmen gerekiyor.
'jupyter' is not recognized as an internal or external command,
operable program or batch file.
Aynı hata notebook için de geçerli.
Anaconda üzerinden açmaya çalıştığımda:
Traceback (most recent call last):
File "C:\Anaconda\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\notebook\notebookapp.py", line 51, in
from zmq.eventloop import ioloop
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\__init__.py", line 50, in
from zmq import backend
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\backend\__init__.py", line 40, in
reraise(*exc_info)
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise
raise value
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\backend\__init__.py", line 27, in
_ns = select_backend(first)
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\backend\select.py", line 28, in select_backend
mod = __import__(name, fromlist=public_api)
File "C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\backend\cython\__init__.py", line 6, in
from . import (constants, error, message, context,
ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import) (C:\Users\KARAGÖZ\AppData\Roaming\Python\Python38\site-packages\zmq\backend\cython\__init__.py)