It seems to be a problem with the default installation of Anaconda. So, I removed the pyzmq
package, which seems to be the problematic one.
This is what I have done:
conda uninstall pyzmq
(This also removes jupyter related packages!)conda install pyzmq
(to reinstall it)conda install jupyter
(to reinstall jupyter related packages)
Now I can open Jupyter Notebook!
Related Posts:
- How to change python version in Anaconda?
- pip not recognised as an internal or external command
- How do I update Anaconda?
- No module named ‘sklearn.cross_validation’
- Conda command not found
- How is Anaconda related to Python?
- difference between command prompt and anaconda prompt
- Conda command not found
- Confusion between Python and Anaconda
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- ‘Conda’ is not recognized as internal or external command
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- ‘Conda’ is not recognized as internal or external command
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- How to activate an Anaconda environment
- ModuleNotFoundError: No module named ‘sklearn’
- Conda uninstall one package and one package only
- anaconda – path environment variable in windows
- Python Pandas – Missing required dependencies [‘numpy’] 1
- How do I install Python OpenCV through Conda?
- How to do superscripts and subscripts in Jupyter Notebook?
- How to do superscripts and subscripts in Jupyter Notebook?
- How to remove anaconda from windows completely?
- What is the difference between Spyder and Jupyter?
- How to run Conda?
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- What is the difference between Anaconda and Pycharm?
- What is the difference between Jupyter Notebook and JupyterLab?
- How can I upgrade NumPy?
- Installing tensorflow with anaconda in windows
- Cannot uninstall Tensorflow
- Removing Conda environment
- Can I run Keras model on gpu?
- anaconda/conda – install a specific package version
- how to update spyder on anaconda
- Running Jupyter via command line on Windows
- Using Pip to install packages to Anaconda Environment
- How can I rename a conda environment?
- Anaconda Navigator won’t launch (windows 10)
- How to install xgboost in Anaconda Python (Windows platform)?
- ‘Jupyter’ is not recognized as an internal or external command
- How can I download Anaconda for python 3.6
- Import Error: No module named numpy Anaconda
- How to install pytorch in windows?
- Spyder Not Launching
- How can I install the latest Anaconda with wget
- Distributed 1.21.8 requires msgpack, which is not installed
- Solving “500: Internal Server Error, nbconvert failed: xelatex not found in PATH”
- ImportError: No module named ‘google’
- Anaconda / Python: Change Anaconda Prompt User Path
- Anaconda Installed but Cannot Launch Navigator
- Can’t find module cPickle using Python 3.5 and Anaconda
- Install Plotly in Anaconda
- Can’t update to numpy 1.13 with anaconda?
- Conda command is not recognized on Windows 10
- How to uninstall jupyter
- Repeated “Kernel died, restarting” forever
- kernel keeps dying in jupyter notebook
- Installation of pygame with Anaconda
- Installing opencv on Windows 10 with python 3.6 and anaconda 3.6
- Importing Pandas gives error AttributeError: module ‘pandas’ has no attribute ‘core’ in iPython Notebook
- How to install discord.py rewrite?
- pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages
- How to embed image or picture in jupyter notebook, either from a local machine or from a web resource?
- How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?
- Inserting image into IPython notebook markdown
- A very basic setting issue about spyder and anaconda for python
- Anaconda “failed to create process”
- Anaconda – UnsatisfiableError: The following specifications were found to be in conflict
- Cannot remove entries from nonexistent file
- How to check python anaconda version installed on Windows 10 PC?
- can’t multiply sequence by non-int of type ‘float’
- Is it possible to break a long line to multiple lines in Python? [duplicate]
- What is the naming convention in Python for variable and function names?
- Convert bytes to a string
- How to import other Python files?
- Python TypeError: not enough arguments for format string
- How to activate virtualenv in Linux?
- Pinging servers in Python
- TypeError: object of type ‘int’ has no len() error assistance needed
- TypeError: unsupported operand type(s) for /: ‘str’ and ‘str’
- How can I time a code segment for testing performance with Pythons timeit?
- Python: tuple indices must be integers, not str when selecting from mysql table
- AttributeError: ‘list’ object has no attribute ‘replace’
- Countdown timer in Pygame
- How to implement a binary search tree in Python?
- TypeError: cannot unpack non-iterable NoneType object
- tar: Unrecognized archive format error when trying to unpack flower_photos.tgz, TF tutorials on OSX
- Repeating a function in Python
- How can I convert a .py to .exe for Python?
- import pandas_datareader gives ImportError: cannot import name ‘is_list_like’
- How does tuple comparison work in Python?
- AttributeError: ‘float’ object has no attribute ‘split’4
- How to add pandas data to an existing csv file?
- Can sklearn random forest directly handle categorical features?
- What are the differences between numpy arrays and matrices? Which one should I use?
- In Python, how do I determine if an object is iterable?
- How to implement the ReLU function in Numpy