FreeSimpleGUI
FreeSimpleGUI copied to clipboard
Problem importing FreeSimpleGUI into a Jupyter Notebook
I am running Windows 11 Family 64 bits I have installed miniconda3 and created mini-env environment Under the Anaconda prompt I installed matplotlib, jupyter, jupyterlab and FreeSimpleGUI conda list command includes freesimplegui 5.2.0.post1 I execute jupyter notebook and Jupyter opens the web page http://localhost:8888/tree I create a new notebook called Testing_SimpleGUI I create a code cell with import FreeSimpleGui as sg The output is;
ModuleNotFoundError Traceback (most recent call last) Cell In[3], line 1 ----> 1 import FreeSimpleGui as sg
ModuleNotFoundError: No module named 'FreeSimpleGui'
I need help to find out what is wrong
_