在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jamesdbrock/learn-you-a-haskell-notebook开源软件地址(OpenSource Url):https://github.com/jamesdbrock/learn-you-a-haskell-notebook开源编程语言(OpenSource Language):Jupyter Notebook 99.5%开源软件介绍(OpenSource Introduction):Learn You a Haskell for Great Good!Read the book right now on mybinder.org with this link: (Usually takes a minute to launch) This is a Jupyter notebook adaptation of the book Learn You a Haskell for Great Good! by Miran Lipovača. I learned Haskell from this book in 2014 by following along in GHCI, as the book suggested. In 2019, the Jupyter notebook format would be a nice way read this book. This is one of the best cases for Theodore Gray's idea of the computational essay, and Andrew Gibiansky has made it possible with IHaskell. Each chapter of the book is one Each notebook cell depends on cells that come before it, so run the notebooks from top to bottom. I have refactored code to make the examples work in Jupyter, and removed instructions for how to use GHCI. Other than that I have tried to be faithful to the original text. Miran Lipovača wrote this book and released it to the world under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License, which means that the book is free-as-in-speech, and allows us to enjoy the book in notebook format. But that does not mean that the book is free-as-in-beer; it means that you, dear reader, pay for the book under the honor system. If you are honorable and you want to keep living in a world in which honorable artists license their art as Creative Commons, then buy the book. Thanks also to Paul Vorbach for https://github.com/pvorb/learn-you-a-haskell. How to run on your local computer in Visual Studio CodeVisual Studio Code has a Notebook UI which you can use to run Jupyter kernels instead of the browser-based JupyterLab or classic Jupyter UI. Clone this repository with git clone https://github.com/jamesdbrock/learn-you-a-haskell-notebook.git
cd learn-you-a-haskell-notebook
code . There is a Docker
Visual Studio Code devcontainer
configuration in the When you open Visual Studio Code by running You will then be able to open the The VS Code Notebook UI is still a bit rough, here are some problems I’ve noticed:
How to run on your local computer in JupyterLab in a web browserClone this repository with git clone https://github.com/jamesdbrock/learn-you-a-haskell-notebook.git
cd learn-you-a-haskell-notebook Then here are three options for running.
How to edit notebooksIf you make an improvement to a notebook
ihaskell-notebookFor more information about the IHaskell Docker image, see https://github.com/jamesdbrock/ihaskell-notebook |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论