timqian / mathlab

Aimed to be the best matrix lab in javascript
http://timqian.com/mathlab
33 stars 4 forks source link

Instructions to run mathlab run in the browser #5

Open viebel opened 8 years ago

viebel commented 8 years ago

What are the instructions to run mathlab run in the browser?

timqian commented 8 years ago

For now, you have to use build tools (such as webpack) to use mathlab in your web page just like other npm packages. I am looking for a way to generate a mathlab.min.js file so that one can directly include it in html.

viebel commented 8 years ago

I don't want to use any build tool. I need to include a single file in my html. When do you think you'll find a way to generate the mathlab.min.js?

timqian commented 8 years ago

Hopefully, today.

viebel commented 8 years ago

Extremely cool. Let me know when you are done. I have a surprise for you: interactive documentation for mathlab with the klipse plugin.

timqian commented 8 years ago

I have added the mathlab.min.js file in the dist dir. You can also use cdn (https://github.com/timqian/mathlab#install).

And thanks for your 'surprise', it looks cool! I will definitly try it

viebel commented 8 years ago

Here is your surprise: http://viebel.github.io/klipse/examples/mathlab.html

viebel commented 8 years ago

@timqian would you like to write interactive doc for mathlab?

viebel commented 7 years ago

@timqian are you interested with interactive code snippets for mathlab? It would be very nice for you to write a blog with interative code snippets demonstrating the power of mathlab.

What do you think?