Michał Krassowski

Results 371 issues of Michał Krassowski

If I set my `nbdime_config.json` to: ```json { "Global": { "Ignore": { "/cells/*/execution_count": false }, "details": false } } ``` I expect the `details` and `Ignore` to be applied to...

I tried to use Python's built-in multiprocessing capabilities as I have a series of models to fit (thousands of biomolecules), but while I can pass all my arguments and receive...

Fixes a typo highlighted by https://github.com/jupyter/notebook/issues/6458

bug

### Problem Notebook v6 allows users to customize CSS styles by including `custom.css`; this was requested for JupyterLab too: https://github.com/jupyterlab/jupyterlab/issues/2102 but it seems that the issue got closed without a...

enhancement

Mouse cursor on screenshots helps to convey the action depicted. Currently: - a few examples have mouse cursor on screenshots - the cursor is too big (about three lines of...

documentation
good first issue
tag:Documentation

### Problem Currently JupyterLab assumes a single workspace is used in a single project, using single execution environment. This is unrealistic - many users expect JupyterLab to work with multiple...

enhancement
feature

## Description Opening notebooks with unavailable kernels results in repetitive `TypeError` ## Reproduce 1. Build HEAD with CodeMirror6 2. Open an existing notebook with kernelspec pointing to a non-existing kernel,...

bug
pkg:codemirror

## Description When `experimentalDisableDocumentWideUndoRedo` (#10791) is enabled the undo does not work on text inserted by completer. ## Reproduce 1. Go to settings -> `Notebook` and set: ```js { "experimentalDisableDocumentWideUndoRedo":...

bug
pkg:completer
tag:Real Time Collaboration

Enable 3D subplots support for facets when custom layout with 3d projection is provided, partially addressing #582. There are three changes: - adding `projection` attribute to `Layout` - allowing to...

Part two for #582: - allows to extend `draw_unit` of `geom_text` without the need to redefine `draw_group` in a subclass - allows to add extra attributes in subclasses of `geom_text`...