Hacker News new | ask | show | jobs
by snicker7 1898 days ago
> Also, Pluto notebooks are Julia modules and can be imported into normal Julia code

Not "imported", Pluto notebooks ARE regular Julia code. No translation required. In one of the talks, it mentions one of the Pluto-related packages as being "written' in Pluto.

1 comments

Importing does not have anything to do with translation. You can use the `import` statement to import them because they are normal Julia code.