You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right-Click on an .ipynb file > Click on "Convert To Python Script"
What is the expected output? What do you see instead?
I expected to see a .py file generated based on the notebook, but instead received the following error in the internal console:
Traceback (most recent call last):
File "C:\Program Files\Anaconda2\lib\site-packages\spyder\widgets\explorer.py", line 568, in convert_notebooks
self.convert_notebook(fname)
File "C:\Program Files\Anaconda2\lib\site-packages\spyder\widgets\explorer.py", line 559, in convert_notebook
self.parent_widget.sig_new_file.emit(script)
AttributeError: 'Projects' object has no attribute 'sig_new_file'
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expected to see a .py file generated based on the notebook, but instead received the following error in the internal console:
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: