Davidkutu/install jupyter#1506
Closed
DavidKutu wants to merge 58 commits intoDonJayamanne:masterfrom
Closed
Conversation
(for #5825) Recent changes in the "release" branch introduced a new dependency that needed its license resolved (via tpn).
Port password fix to release
* Fix pdf export in release bits * Review feedback * Fixes * Add comments
* Fix pdf export in release bits * Review feedback * Fixes * Add comments
* group branch-related tasks * add tasks related to the "release" branch being "protected" * note that the "release" branch can be force-pushed (instead of delete/create)
Fix pdf export in release bits (#6291)
This is a forward-port of #6267 to master.
* Retry * Add news entry
(for #6013) Note that the update to the change log is a one-off for the sake of whoever does the July release. They will adjust as needed. :)
* File downloader with progress * Add missing loc file entries
This includes updates identified while doing the 2019.6 release.
* Fix issue 6336 * Add news entry * Fix linter problem
* Normalize whitespace * Shorten nightly run * Force to just failing test * Put back all tests.
Merge release changes back into master
* Initial idea for code hash provider * Mock document manager. More tests * Fix double run * More tests * Handle undo situation correctly * Handle more deletion cases * Add news entry * Handle multiple change events at the same time * Fix linter problems * Eliminate unnecessary restart. * Add test for multiple cells in range * Expand explanation of how many cells at once
* Code lens acquisition time * Fix linter errors. Add wrapper around DI created items * Add the rest of the telemetry * Add news entry * Fix unit tests.
Debug attach first steps
* Move test.ipynb out of root enlistment folder * Try again * Looks like test.ipynb isn't needed at all
* Add support for checking rate limit * Update message * Review feedback * Fix unit tests * Fix failing unit test
* Fix broken python tests in news * Revert changes
* Copy back to code insert * Linter issue * Fix other copy source test * Fix linter issues
* Add nightly schedule * Nightly build
Standardize tooltip text and add missing getLocString keys
This is just a quick change to help users trouble-shoot problems with pytest. When there is a failure, we print out the command they can run at the shell to duplicate the error.
its not found
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.
For #5682
If Jupyter is not installed, user is prompted to install it instead of showing an error.
[x ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
[x ] Title summarizes what is changing
[x ] Has a news entry file (remember to thank yourself!)
Appropriate comments and documentation strings in the code
Has sufficient logging.
Has telemetry for enhancements.
Unit tests & system/integration tests are added/updated
Test plan is updated as appropriate
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed)The wiki is updated with any design decisions/details.