friendly-traceback / friendly

Friendly-traceback's version used in most situations
https://friendly-traceback.github.io/docs/index.html
MIT License
40 stars 5 forks source link

friendly_styles not found in JupyterLab app #12

Closed aroberge closed 2 years ago

aroberge commented 2 years ago

Trying to pip install friendly in the new JupyterLab app does instal friendly_styles but not in a location that is found by pygments as a valid style. I probably need to use a try/except block and monkeypatch if necessary.

aroberge commented 2 years ago

The problem is that pygments does not find the styles the first time since they are not installed. This has now been fixed.