HexLab adds a Hex Editor to JupyterLab and Jupyter Notebook 7 (as an extension). Development is in-progress.
Currently, you can use the command palette and search for "hex", then click "Hex Editor".
Since the extension isn't released yet, you can build and run it as you would any in-development JupyterLab extension as noted in the extension tutorial.
- View local files
- Achieve compatibility with JupyterLab and Notebook 7
- Basic editing
- Data inspector/info panel
- Context menu for viewing Jupyter root directory files
- View files larger than system memory
- View remote files
- Integrate with the MIME editor APIs