Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 810 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 810 Bytes

NotabilityViewer

Open and View your Notability note file (*.note) on Windows

Tested on: Windows 10 / Python 3.11.3 / Notability 11.8.9

NotabilityViewer

Usage

Download the pre-built version

Run from source code

git clone https://github.com/GZhonghui/NotabilityViewer.git
cd NotabilityViewer

# virtualenv is recommended
python -m pip install virtualenv
python -m venv nv
.\nv\Scripts\activate.bat

python -m pip install -r requirements.txt
python main.py

Limitations

  • Plain text / Image / Recording is not supported for now
  • Read only

Thanks