Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ipywidgets-bokeh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [20.x]
python-version: ["3.12"]
python-version: ["3.13"]

defaults:
run:
Expand Down
4 changes: 0 additions & 4 deletions ipywidgets_bokeh/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import json
import logging

from distutils.version import LooseVersion

import ipykernel
import ipykernel.kernelbase
import jupyter_client.session as session
Expand All @@ -20,8 +18,6 @@
from tornado.ioloop import IOLoop
from traitlets import Any

kernel_version = LooseVersion(ipykernel.__version__)

SESSION_KEY = b'ipywidgets_bokeh'

class WebsocketStream(object):
Expand Down
Loading