-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify making reports in a Jupyter notebook #25
Comments
I think it would be interesting to solve the more general problem of simplifying making reports in Jupyter notebooks. I changed the title to reflect this. |
Original changes by Jendrik Seipp (Bitbucket: jendrikseipp, GitHub: jendrikseipp). changed content from "I tried using lab in a python notebook and wanted to create and view a report there. My hope was that I could create a report, pass a properties object to it, and get matplotlib object as a return value which would be rendered by the notebook. I tried to change the There is several parts to this suggestion. Lets discuss the general idea here and possibly create subissues then:
There is several parts to this suggestion. Lets discuss the general idea here and possibly create subissues then:
|
Original comment by Florian Pommerening (Bitbucket: FlorianPommerening, GitHub: FlorianPommerening). |
Original changes by Florian Pommerening (Bitbucket: FlorianPommerening, GitHub: FlorianPommerening). set attachment to "jupyter.tar.xz" |
Original comment by Florian Pommerening (Bitbucket: FlorianPommerening, GitHub: FlorianPommerening). I attached an old test case of mine. I think it contains more files than are actually needed. The files |
I finally recovered the file from the backup: jupyter.zip To try this out, run this in the directory containing the
|
Original report by Florian Pommerening (Bitbucket: FlorianPommerening, GitHub: FlorianPommerening).
I tried using lab in a python notebook and wanted to create and view a report there. My hope was that I could create a report, pass a properties object to it, and get matplotlib object as a return value which would be rendered by the notebook. I tried to change the
write
method of report, but got stuck.There is several parts to this suggestion. Lets discuss the general idea here and possibly create subissues then:
The text was updated successfully, but these errors were encountered: