在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:almond-sh/examples开源软件地址:https://github.com/almond-sh/examples开源编程语言:Jupyter Notebook 99.1%开源软件介绍:Almond ExamplesA collection of Jupyter notebooks showing what you can do with the Almond Scala kernel. Run interactively on BinderThe easiest way to get started is to run the examples on Binder. All your need is a browser! Binder is an amazing service that allows you to create an executable environment out of a Git repository containing Jupyter notebooks. That way, you can play with the examples and try new things without having to install anything locally. See Notebook Output in nbviewerYou can view the notebooks directly on GitHub, as it has a basic renderer for Jupyter notebooks. It doesn't execute any JavaScript though, which severly limits its ability to show dynamically generated plots i.e. from plotly and vegas. A much better option is to render them through nbviewer. nbviewer supports loading notebooks directly from a repo on GitHub. List of all notebooks in this project in nbviewer Run interactively in DeepnoteYou can also try Almond very quickly by cloning this Deepnote project with Almond kernel and examples. Deepnote offers hosted notebooks with real-time collaboration capabilities for free. Running locallyAn even better way to learn about Jupyter and Almond is to run it locally so you can try things out for yourself. Via dockerWe provide a docker image for the current almond version, based on the latest almond docker image. Run it with docker run -it --rm -p 8888:8888 almondsh/examples:latest Then copy the URL shown in the Docker output into your browser. To use JupyterLab instead of the classic Notebook interface, replace tree with lab after opening the URL. Locally on your machineTo run these notebooks locally:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论