twosigma / twosigma/beakerx

nbconvert errors for notebook requiring auto translation

Open
#8,183 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

When running notebook via jupyter nbconvert --execute, the beakerx extension is not enabled. As a result, I am getting exception:
```
/usr/lib/python3.7/os.py in __getitem__(self, key)
676 except KeyError:
677 # raise KeyError with the original key value
--> 678 raise KeyError(key) from None
679 return self.decodevalue(value)
680

KeyError: 'BEAKERX_AUTOTRANSLATION_PORT'
KeyError: 'BEAKERX_AUTOTRANSLATION_PORT'
```
when executing notebooks which require auto translation (notebooks which mix multiple languages. In my example, it was python mixed with java).

Is there a way to enable beakerx for nbconvert already? or can we add it as a feature?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.