FrontierFoundry / blockchainYVR

Repo for files and collaborative planning toward Vancouver blockchain ecosystem events, especially dev-centric content
1 stars 1 forks source link

Encouraging Notebooks i.e. JupyterLab #6

Open please-wait opened 6 years ago

please-wait commented 6 years ago

The use of Jupyter notebooks is very common in data science. Let's see how they would work for BlockchainYVR presentations.

It has been a few months since they have introduced JupyterLab. JupyterLab's environment is pretty extendable, I have tried Python and Node.js in it, both work well.

Demo

Advantages

Disadvantages

bmann commented 6 years ago

Hey @please-wait in the blockchain world for Ethereum in any case, Remix is a Solidity IDE on the web https://remix.ethereum.org/

I think it's pretty much up to the presenters what they want to use -- and since we are looking forward to demos and such, not sure what that will look like.

Do you have something you want to present with a notebook? That would be great!

please-wait commented 6 years ago

Remix and any IDE is limited in running specific parts of the code, using multiple languages, and adding visuals to a tutorial. But you are right, I should present something to test it out. How about a presentation on Diffie Hellman Key Exchange?