JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

port @manipulate #133

Open AStupidBear opened 8 years ago

randyzwitch commented 8 years ago

Could you be more precise about what functionality you are looking for?

shashi commented 8 years ago

I think just being able to create and use Escher stuff in IJulia would be great. If we figure out a way to get Jupyter to load the dependencies in a nice way, we can do this. See https://github.com/JuliaLang/IJulia.jl/issues/339 (last comment is important)

Let's rename this issue.

AStupidBear commented 8 years ago

Oh! My aim is to get rid of Jupyter. I find it convenient to code in atom editor and plot using electron. I wonder if it it possible to do simple interactive tasks like @manipulate in electron rather than open a Jupyter notebook().

shashi commented 8 years ago

I see! I'm working on Blink itegration which should partially get us there. We can port the @manipulate macro from Interact to Escher, which should be easy.

randyzwitch commented 8 years ago

Thanks for clarifying, and Shashi glad you've got it figured out already ;)

On Apr 13, 2016, at 8:19 AM, Shashi Gowda notifications@github.com wrote:

I see! I'm working on Blink itegration which should partially get us there. We can port the @manipulate macro from Interact to Escher, which should be easy.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub