Conversation
Contributor
Author
|
Here's the kind of thing I'm getting out right now :) |
Closed
Contributor
Author
|
The loading problem is due to baobab... maybe something isn't shimmed properly... |
Contributor
Author
|
Yep. The issue was creaky old PyQt's webview didn't have the Output is getting a lot better: I am going to do some other tests to ensure it's not cheating, but I'm confident it will be demoable now. |
Contributor
Author
|
The examples are looking better! |
Contributor
Author
|
Ok, really pretty ready to be done with this. nbbrowserpdf is in |
bollwyvl
added a commit
that referenced
this pull request
Nov 28, 2015
pdf generation, mostly deferred to nbbrowserpdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the current state of the pdf work. It's pretty raw.
I am trying ghost.py instead of phantom: it's a more robust, as it doesn't bundle all of qt, but more about that below, and gives us better access to the underlying components of qt. it's error handling is not as good as phantomjs, though.
It stands up a temporary tornado server, and uses a long task outside the event loop which then kills the event loop when done.
I am getting some fascinating js errors that are heisenbergingly absent when run "full-local", i.e. no network access, but i am slowly but surely finding my way there through a mountain of
undefined(0): undefiend is not a function-style errors.Features
bqplotworks fine in app, but is made of widgets...Roadblocks
I am not trying to hit the widgets yet! That will probably have to wait until pyqt5 is usable with ghost