ipykernel-helper
There’s not many helpers here yet!
Installation
Install latest from pypi
$ pip install ipykernel_helper
How to use
from ipykernel_helper import *
from pprint import pprint
a = "hi"
b = dict(d='foo ' * 10)
def f(i:int): ...
_vs,_fs = get_ipython().user_items(max_len=15)
print('--- vars')
pprint(_vs)
print('--- defs')
pprint(_fs)
--- vars
{'IN_COLAB': 'False',
'IN_IPYTHON': 'False',
'IN_JUPYTER': 'False',
'IN_NOTEBOOK': 'False',
'Self': '<fastcore.basic…',
'UNSET': 'UNSET',
'a': 'hi',
'allow_imports': "{'PIL'}",
'arg0': '<fastcore.basic…',
'arg1': '<fastcore.basic…',
'arg2': '<fastcore.basic…',
'arg3': '<fastcore.basic…',
'arg4': '<fastcore.basic…',
'b': "{'d': 'foo foo …",
'custom_types': "{<class 'pathli…",
'defaults': 'namespace(cpus=…',
'dh_settings': "{'port': 5001}",
'flash': 'gemini/gemini-3…',
'inum_methods': "['__iadd__', '_…",
'mermaid_url': 'https://cdn.jsd…',
'null': '<fastcore.basic…',
'num_methods': "['__add__', '__…",
'o': 'PIL',
'prose_types': "{'pandas.DataFr…",
'python': '<safepyrun.core…',
'rnum_methods': "['__radd__', '_…",
'spark_chars': '▁▂▃▅▆▇',
'string_classes': "(<class 'str'>,…",
'type_map': "{'string': <cla…",
'valid_paths': "['.', '/tmp', '…"}
--- defs
{'aaiws_tree': "(path: str = '~/aai-ws', depth=3)",
'add_citations': '(content, anno)',
'f': '(i: int)',
'flash_search': "(pr, search='l')",
'flash_searches': "(prs: list[str], search: str = 'l')",
'tree': "(path='.', **kwargs)"}
Release files for ipykernel-helper 0.0.63
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipykernel_helper-0.0.63.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipykernel_helper-0.0.63-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.1 kB
Release files / ipykernel_helper-0.0.63.tar.gz
| Download URL | ipykernel_helper-0.0.63.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d09187d1b3eb6e0cf8e3f0124d83546ec5840fd9c4ca831c00fbbadcea51c0d8
|
|
BLAKE2b-256 checksum How to use checksums |
892fcf03d84957a93e9ede79bc49bb39d63f456b96ef706faaa73d35ed7ff3b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / ipykernel_helper-0.0.63-py3-none-any.whl
| Download URL | ipykernel_helper-0.0.63-py3-none-any.whl |
|---|---|
| Size | 12.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2131f8c0a021c68f08bc674448b2e8b4685110d3d81c714b633928c503d128ad
|
|
BLAKE2b-256 checksum How to use checksums |
d659b5875d237dea8f483bed23181c093c5a9c1a8222aee3d08395097dcf70f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|