AaronWatters / jp_proxy_widget

Generic Jupyter/IPython widget implementation that will support many types of javascript libraries and interactions.
BSD 2-Clause "Simplified" License
61 stars 13 forks source link

Update js_context.py: issue reading utf8 files in windows #31

Open gbrault opened 2 years ago

gbrault commented 2 years ago

Hello @Aaron-Watters : I have encountered an issue reading utf-8 files in windows and propose this patch. It use the io library, so not sure it works for Python 2.x!