jupyterlab-python-bytecode
Bytecode inspector
A JupyterLab extension for inspecting and comparing Python bytecode across different versions of the CPython interpreter.
JupyterLab extension to explore CPython Bytecode
62 stars
2 watching
6 forks
Language: TypeScript
last commit: almost 2 years ago
Linked from 1 awesome list
jupyterjupyterlabjupyterlab-extension
Related projects:
Repository | Description | Stars |
---|---|---|
chapyter/chapyter | An extension for JupyterLab that interprets natural language code descriptions and executes them in a Python environment. | 822 |
jupyterlab-contrib/jupyterlab-variableinspector | An extension for JupyterLab that provides interactive inspection of variables in notebooks and consoles. | 1,116 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 854 |
jupyterlab/jupyterlab-latex | An extension for live editing of LaTeX documents in JupyterLab | 629 |
jupyterlab/jupyterlab-git | An extension that integrates version control using Git into the JupyterLab environment. | 1,456 |
lgpage/nbtutor | Visualizes Python code execution line-by-line in Jupyter Notebook cells | 461 |
jtpio/jupyterlab-topbar | Provides customizable indicators and controls for the top bar in JupyterLab | 6 |
timkpaine/jupyterlab_autoversion | Automates versioning of JupyterLab notebooks after each save | 81 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
kracekumar/jut | Displays Jupyter notebooks in the terminal | 182 |
quantecon/sphinxcontrib-jupyter | An extension for generating Jupyter Notebooks from Sphinx documentation | 77 |
timkpaine/jupyterlab_commands | Allows users to run arbitrary Python commands within the JupyterLab command palette. | 58 |
jupyterlab-contrib/jupyterlab-quickopen | Allows users to quickly open files in JupyterLab by typing part of their name | 81 |
codota/tabnine-jupyterlab | A JupyterLab extension that integrates Tabnine's AI-powered code completion tool into the IDE for faster and more accurate coding | 37 |
knight0x07/pyc2bytecode | A tool to disassemble and analyze compiled Python bytecode files (pyc) from various Python versions. | 133 |