Skip to content

issues Search Results · repo:jupyter/jupyter_client language:Python

Filter by

394 results
 (70 ms)

394 results

injupyter/jupyter_client (press backspace or delete to remove)

There is some code related to anyio here: https://github.com/jupyter/jupyter_client/blob/eb96748e0afb970c806653824540dbadc83ffc84/tests/signalkernel.py#L62 which I introduced in #1034 to deal with the ...
  • ianthomas23
  • Opened 
    yesterday
  • #1066

Compare: MultiKernelManager (ok): https://github.com/jupyter/jupyter_client/blob/1f36fbf4d0e2e067129552d9e69212f7bf7c0624/jupyter_client/multikernelmanager.py#L107-L110 KernelManager (ok): https://github.com/jupyter/jupyter_client/blob/1f36fbf4d0e2e067129552d9e69212f7bf7c0624/jupyter_client/manager.py#L126-L134 ...
  • krassowski
  • 1
  • Opened 
    on Jun 26
  • #1065

In the documents about request/reply it mentions that abort is deprecated and that status should be one of ok or error . Further down in execution results it says # One of: ok OR error OR aborted ...
  • fleming79
  • 7
  • Opened 
    on Jun 6
  • #1063

Hi, I am working on a provisioner for remote kernels via SSH (https://github.com/caenrigen/sshpyk/tree/provisioner). I noticed that my provisioner s async def terminate(self, restart: bool = False) never ...
  • caenrigen
  • Opened 
    on Apr 11
  • #1061

Example using plotly 6 FigureWidget with dates on one axis: from datetime import date, datetime import polars as pl import plotly.express as px from plotly.graph_objs import FigureWidget df=pl.DataFrame({ ...
  • sebwills
  • Opened 
    on Apr 8
  • #1058

Multiple communities are interested in embedding environment data within a Jupyter notebook s metadata (1, 2, 3, 4, 5). The goal being to have tools that prepare an environment equipped to execute a given ...
  • itcarroll
  • 5
  • Opened 
    on Feb 17
  • #1055

When testing pawamoy/markdown-exec/#70 under python 3.14, I get warnings that cause tests to fail when filterwarnings = error in my pytest.ini. The errors are raised because I m using BlockingKernelManager, ...
  • benjamincburns
  • 2
  • Opened 
    on Feb 6
  • #1053

This is more of a question than a bug report. In https://github.com/jupyter/jupyter_client/blob/80c636788a31f62b0321c0a8610d3d81ef0d958c/jupyter_client/client.py#L178 and https://github.com/jupyter/jupyter_client/blob/80c636788a31f62b0321c0a8610d3d81ef0d958c/jupyter_client/client.py#L207 ...
  • edwardzjl
  • 2
  • Opened 
    on Dec 10, 2024
  • #1049

Hello, Running the test suite with pytest-xdist in parallel reduces its length from 280 s to 80 s. Unfortunately, it introduces a few spurious test failures as spot in https://github.com/jupyter/jupyter_client/issues/988. ...
  • apteryks
  • 1
  • Opened 
    on Nov 30, 2024
  • #1048

_async_is_alive calls out to _async_is_alive in the kernelmanager. https://github.com/jupyter/jupyter_client/blob/main/jupyter_client/client.py#L415 async def _async_is_alive(self) - bool: ...
  • jgeraerts
  • Opened 
    on Nov 20, 2024
  • #1047
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub