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
1st Method:
1a) Create a Markdown cell.
1b) Drag an image from the Windows file system into the Markdown cell.
1c) Images do not display when dragged in.
2nd Method:
1a) Create a Markdown cell.
1b) Enter code ![image_name](image location) in Spyder Notebook Markdown cell. Location can be URL or local file system path. Neither method works !!
1c) Images do not display when coded in.
No INSERT function? Jupyter Notebook has an "Insert Image..." on the Edit menu. This is missing in Spyder-Notebook.
Hey @richlysakowski, thanks for reporting. I think I mentioned this to you a couple of times before, but please open issue about Spyder-notebook on its repo and not here.
Now I'm going to move this issue there for its maintainer to take a look at it.
This is with version 0.4.1 of the spyder-notebook plugin; I don't see why this should make a difference but perhaps try upgrading. I think my QT is also one minor version higher (also probably not relevant):
On re-reading your post, I see you are on Windows. My screenshot is on Linux; that may well be the deciding factor. I will have a look on Windows later this week.
There is indeed no "Insert Image..." in the Edit menu in the notebook. The next version of the plugin will be based on Jupyter Notebook 7 (currently in beta), which does not have that menu item either.
It also works on Windows 11 for me. Unfortunately, I don't have access to a Windows 10 computer on which I can test. Versions: Spyder 5.4.3, spyder-notebook 0.4.1, Python 3.11.3, Qt 5.15.6, PyQt5 5.15.7.
Description
What steps will reproduce the problem?
1st Method:
1a) Create a Markdown cell.
1b) Drag an image from the Windows file system into the Markdown cell.
1c) Images do not display when dragged in.
2nd Method:
1a) Create a Markdown cell.
1b) Enter code ![image_name](image location) in Spyder Notebook Markdown cell. Location can be URL or local file system path. Neither method works !!
1c) Images do not display when coded in.
No INSERT function? Jupyter Notebook has an "Insert Image..." on the Edit menu. This is missing in Spyder-Notebook.
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: