What do you mean by "compile Javascript"? Do you mean you have some Javascript that you want to run? You can use the Javascript display type in IPython, for example:
I think you can use either %%javascript at the top of the cell, or something like: from IPython.display import Javascript; Javascript(...) Thanks, Jason On Wed, Sep 25, 2019 at 7:24 AM CrestChristopher <[email protected]> wrote: > Is it possible to compile Javascript in a cell in Jupyter ? > > Christopher > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/8caf2bbd-db67-9bfb-7852-ec4961d40fdc%40gmail.com > . > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAPDWZHzJQ89G_bKMqkpK_bF1%3DT7yNemotB%3DF%2BHuRzMvKMk%2Bw_g%40mail.gmail.com.
