Add texlive packages to support exporting notebooks as PDFs#662
Closed
andychoquette wants to merge 1 commit intoaws:mainfrom
Closed
Add texlive packages to support exporting notebooks as PDFs#662andychoquette wants to merge 1 commit intoaws:mainfrom
andychoquette wants to merge 1 commit intoaws:mainfrom
Conversation
**Description** PDF export of Jupyter notebooks currently throws an error due to missing package dependencies. This PR adds those missing dependencies. **Testing Done** Install listed packages in space and confirm error no longer appears.
Contributor
|
Thanks Andy for the PR! Main concern here would be disk size; installing these packages on top of SMD shows Since image size is a concern for us in the Studio context, we need to see what the overall size change is in an image built with this and weigh pros/cons of exporting PDF vs increased latency for non-Fast Launch image version/instance types. |
Contributor
Author
|
Thanks Clayton - A few qs:
I'll investigate how to fully disable this functionality in the meantime in case the effects of adding these packages are not acceptable. |
Contributor
Author
|
canceling in favor of #691 |
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.
Description
PDF export of Jupyter notebooks currently throws an error due to missing package dependencies. This PR adds those missing dependencies.
Testing Done
Install listed packages in space and confirm error no longer appears.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.