-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jupyter_bokeh
3.0.6 (bokeh 3 and ipywidgets 8) (#178)
* v3.0.5, added support for ipywidgets>=8.0.0 (#169) * v3.0.5, added support for ipywidgets>=8.0.0 * Update nodejs in CI Co-authored-by: Lev Maximov <lev.maximov@gmail.com> Co-authored-by: Mateusz Paprocki <mattpap@gmail.com> * Update yarn.lock * npm audit fix * Upgrade webpack and webpack-cli * Migrate the build to webpack 5 * Add index.js.LICENSE.txt * Update and unify dependencies * Update yarn.lock * Bump version to 3.0.6 * Upgrade actions and nodejs in CI * Adjust version spec scheme * Upgrade jupyter-packaging * Add types to jupyter_bokeh/widgets.py * Remove unused imports * Rename trigger_{json_->}event() * Update event handling to Bokeh 3.0 * Update .gitignore --------- Co-authored-by: Lev Maximov <axil.github@gmail.com> Co-authored-by: Lev Maximov <lev.maximov@gmail.com>
- Loading branch information
1 parent
f343b90
commit 4f7f661
Showing
10 changed files
with
7,757 additions
and
11,626 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/*! | ||
* Sizzle CSS Selector Engine v2.3.6 | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright JS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://js.foundation/ | ||
* | ||
* Date: 2021-02-16 | ||
*/ | ||
|
||
/*! | ||
* jQuery JavaScript Library v3.6.0 | ||
* https://jquery.com/ | ||
* | ||
* Includes Sizzle.js | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright OpenJS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://jquery.org/license | ||
* | ||
* Date: 2021-03-02T17:08Z | ||
*/ | ||
|
||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ |
This file contains 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
Oops, something went wrong.