beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

nbconvert errors for notebook requiring auto translation

Open mcai4gl2 opened this issue 5 years ago • 2 comments

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?

mcai4gl2 avatar Nov 18 '19 12:11 mcai4gl2

Is there any work being done on this ticket? It is blocking for me as well.

Ben-Epstein avatar Oct 14 '20 13:10 Ben-Epstein

+1

bsurnida avatar Jan 09 '21 13:01 bsurnida