WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.05k stars 126 forks source link

?context`* does not work #26

Closed szhorvat closed 5 years ago

szhorvat commented 5 years ago

Evaluating

?someContext`*

returns with pink boxes.

Example:

image

cc-wr commented 5 years ago

This issue should now be fixed in master.

cc-wr commented 5 years ago

This command requires the frontend, so to handle it, a UsingFrontEnd wrapper needed to be added.