Jaipreet Singh
Jaipreet Singh
Moving over the discussion from https://github.com/jupyterlab/jupyterlab-git/issues/317 ------------------- Here's an initial draft for the diff view improvements:  **Revision notes:** 1. Simplify and reduce focus on hidden unchanged cells 2. Reduce...
Notebooks cell outputs can be a hindrance in Version Control while reviewing the diff of a commit to see what changed (either in a PR or historically) Some ideas on...
The Git extension displays a rendered diff of Notebook files. In some cases, the user may want to inspect the raw JSON diff as well to enable more detailed introspection...
### Steps to repro * Create an empty CodeCommit repo * Clone locally * Touch a file, stage, push. * `Push failed` with an empty error message ### Details On...
Creating this issue to hash out some ideas while dealing with merge conflicts 1. Use clicks the `Pull` 2. IF there are merge conflicts, 1. Manual merge: The files in...
A novice Git user using the extension had issues realizing that they need to "Stage" and then "Push" ``` In the UI, it wasn’t immediately clear to a novice Git...
Contains two accompanying files * Press Release * Technical proposal cc @yuvipanda @Zsailer
The `inspectVariables` request and the variable explorer panel in the debugger seems to display functions with a leading underscore. Here's a simple repro ``` def _abc(): return "Hello" def abc():...
From the [JEP](https://github.com/jupyter/enhancement-proposals/pull/41), a conversation came up around being able to identify if events came from trusted components. For example, if a system is interested in capturing an audit trail...