Automatically Create IJulia Laptops

I recently learned that python can be used to create IPython notebooks quickly. This looks like a cool feature and I would like to use it to generate some automated reports. However with julia instead of python. So, is there a clean / recommended way to automatically create IJulia laptops using julia?

+3


source to share


1 answer


This should be done from Julia via the package PyCall

:



However, I got an exception in Out [8]

. I already opened a new problem for it:

+1


source







All Articles