Skip to content

ericsnekbytes/hexlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 

Repository files navigation

HexLab

HexLab adds a Hex Editor to JupyterLab and Jupyter Notebook 7 (as an extension). Development is in-progress.

Hex Editor Extension

Usage

Currently, you can use the command palette and search for "hex", then click "Hex Editor".

Installation

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.

TODO

  • 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