SverreNystad / power-predictor

Using Machine Learning for time series forecasting of photovoltaic measurement for solar systems based on weather features
Other
6 stars 2 forks source link

dependency: (deps): bump jupyterlab from 4.0.6 to 4.1.3 #123

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps jupyterlab from 4.0.6 to 4.1.3.

Release notes

Sourced from jupyterlab's releases.

v4.1.3

4.1.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​AllanChain | @​brichet | @​ericsnekbytes | @​fcollonval | @​FoSuCloud | @​github-actions | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​linlol | @​lumberbot-app | @​meeseeksmachine | @​welcome

v4.1.2

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from jupyterlab's changelog.

(changelog)=

JupyterLab Changelog

v4.1

JupyterLab 4.1 includes a number of new features (described below), bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0. Extension authors are recommended to consult the Extension Migration Guide which lists deprecations and changes to the public API.

Custom CSS

JupyterLab now supports automatic loading of custom CSS. Themes are the recommended way for customizing the JupyterLab look and feel, while custom CSS is intended for minor personal adjustments.

To opt in, start JupyterLab with the --custom-css flag. The location of the custom.css file is documented in the section on customizing the user interface.

`custom.css` is also available in Jupyter Notebook;
while similar selectors can be used for components shared between JupyterLab 4.1 and Jupyter Notebook 7.0,
there was a different set of selectors in Notebook 6 and older versions.
Users with the custom CSS file using the selectors from legacy Notebook versions
will need to update them and note that tutorials may refer to the selectors for the old Notebook versions.

Diagrams in Markdown

Matching GitHub-Flavoured Markdown, JupyterLab 4.1 now supports Mermaid diagrams. To create a mermaid diagram use the mermaid language specifier for a code block in a markdown cell or document, for example:

```mermaid
flowchart LR

A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]

</code></pre>
<p>which renders as:</p>
<!-- raw HTML omitted -->
<h3>Inline completer</h3>
<p>JupyterLab now supports completion presented as ghost text in the cell and file editors,</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/ea1c21cce035fbff7702c186b9969291aa2ca6da"><code>ea1c21c</code></a> [ci skip] Publish 4.1.3</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/58a6905e3b29e95d1b7ff00b0fbc5472eaee769b"><code>58a6905</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15869">#15869</a>: Fix Pressing enter in console with console run keystroke ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/61354a4e18a2e1675d0061263c8ff7741088ecba"><code>61354a4</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15790">#15790</a>: Prevent command shortcuts from preventing user input (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15">#15</a>...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/90427f8755b66725e66d5b74372fb636dc3dc3c3"><code>90427f8</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15843">#15843</a> on branch 4.1.x (Fix saving of item positions in reactive ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/d274f845da72effa3deadf2dcb04b5fb907b3e9c"><code>d274f84</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15878">#15878</a>: Bump es5-ext from 0.10.62 to 0.10.63 (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15883">#15883</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/2a489cfe0b2d34e0285785d332054f9f7fecbcaa"><code>2a489cf</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15873">#15873</a>: Fix missing signals in file editor adapter (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15886">#15886</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/7e9ff0e5209b5906ff769aa9beeda5c2c87625be"><code>7e9ff0e</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15805">#15805</a>: Fix codemirror highlight for Python builtin (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15882">#15882</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/838a81ba04094c73030729a76d20c955241c8f00"><code>838a81b</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15810">#15810</a>: When attaching only typeset after rendering is completed ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/1acff4b856af8779196faecf4dc2eff3c709e462"><code>1acff4b</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15880">#15880</a>: Update docstrings to mention Jupyter Server API (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15884">#15884</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/24ed1d24acf3ccd4c60e8124f8f7b99b988d2d58"><code>24ed1d2</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15854">#15854</a>: Fix clean script (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15858">#15858</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.6...@jupyterlab/lsp@4.1.3">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyterlab&package-manager=pip&previous-version=4.0.6&new-version=4.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #126.