Issue
The following snippet will produce the output below in Jupyter:
display(HTML('<h2>Hello, world!</h2>'))
Running the same snippet in an IPython console in Spyder only returns <IPython.core.display.HTML object>
like this:
Is it possible to display the same output in an IPython console using Spyder?
I thought I would get somewhere with from IPython.core.display import display, HTML
as mentioned here, but I may be missing the point completely.
Thank you for any suggestions!
Solution
There is a plugin for Spyder which integrates notebooks: Spyder-Notebook (I have not used this). Pycharm also has an integration.
Answered By - lgaud
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.