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)"}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ipykernel_helper-0.0.62.tar.gz
(12.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipykernel_helper-0.0.62.tar.gz.
File metadata
- Download URL: ipykernel_helper-0.0.62.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5625d1c1e6b9023d1a7472d6d41ce2051f74b165f3f9ec25c38b29ade6ada0d3
|
|
| MD5 |
caee4f1aaa3c1f147b202601a5eb6e35
|
|
| BLAKE2b-256 |
8e548d023788207034cc1a91a7caed96b4578ac7b491a10a836eb3e349d6f5f0
|
File details
Details for the file ipykernel_helper-0.0.62-py3-none-any.whl.
File metadata
- Download URL: ipykernel_helper-0.0.62-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6579d8dc59308ccbf7cc4d628b9ce207c6883e3159579dabc6c0e56bbb436c4e
|
|
| MD5 |
dd0197a554b95bbaaa058a0e16477dc1
|
|
| BLAKE2b-256 |
f27398d408e85dac60cb93937f9c08107acd5537d94300c8a503fefc17f97899
|