https://jupyter-client.readthedocs.io/en/stable/messaging.html#execution-results
Note
Title
Body
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
[metadata] | |
allow-direct-references = true | |
[envs.default] | |
installer = "uv" | |
#dependencies = ["ipykernel", "snakeviz", "py-spy", "ipywidgets", "ipynbname", "ipympl"] | |
features = ["dev"] | |
[envs.hatch-test] | |
default-args = [] |
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
import importlib | |
def find_subpackage(dist: str, ns_name: str): | |
"""Finds subpackages of a namespace package | |
Within a distribution `dist`, given a known toplevel namespace package `ns_name`, | |
this finds all 2 level deep package: | |
>>> list(find_subpackage("jaraco-classes", "jaraco")) | |
["jaraco.classes"] |
This file has been truncated, but you can view the full file.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>memray - flamegraph report</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"upstream": { | |
"cline-ch": { | |
"shape": [ | |
7954, | |
3465 | |
], | |
"doublets": [ | |
0, | |
43, |
NewerOlder