Can a jupyter laptop support embedded python code (arthritic calculations or draw a picture) in a markdown cell or visa visa. Have both python code and markdown in one cell.
I don't think this is possible, but there is an extension that you could use: https://github.com/ipython-contrib/IPython-notebook-extensions/wiki/python-markdown
Thus, you can display the result (and only the result) of the python operator inside the markdown cell.
from IPython.display import display, Markdown display(Markdown("# Hello World!"))
Source: https://habr.com/ru/post/1242825/More articles:Using NSTimer to play sound at set intervals, not working in the background Xcode6.4 - backgroundFast countdown timer marks for days / hours / minutes / seconds - datetimeA multithreaded server receives data from only one JAVA client - javaHow to get random results from Microsoft Z3? - z3Using Rails find_or_create_by with form objects - ruby-on-railsASP.NET 5 / MVC 6 Database First - a connection string named MyEntity was not found in the application configuration file - asp.netFiltering histogram edges and counts - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1242828/how-to-set-layout-params-to-units-dp-android&usg=ALkJrhh5PZ0-kLDm5--G5cjZN5E8PjGgqQZ3 randomness of generated model values - z3Avoid double quotes in jQuery inline css - javascriptAll Articles