Skip to content

paradigmas-de-programacion/haskell-notebook

 
 

Repository files navigation

Apunte Interactivo - Haskell

Este apunte es un fork del Jupyter Notebook que contiene el material del libro Learn You a Haskell. El notebook original puede conseguirse desde aquí: https://github.com/IHaskell/learn-you-a-haskell-notebook.

¡Probalo online! Este notebook se puede probar online gracias a Binder.

Con objetivo de documentar el uso, se deja el resto del README intacto.

How to run on your local computer in Visual Studio Code

Visual 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 and cd into the cloned directory

git clone https://github.com/IHaskell/learn-you-a-haskell-notebook.git
cd learn-you-a-haskell-notebook
code .

There is a Docker Visual Studio Code devcontainer configuration in the .devcontainer directory.

When you open Visual Studio Code by running code ., a pop-up dialog will tell you that “Folder contains a Dev Container configuration file. Reopen folder to develop in a container.” Click the button labelled Reopen in Container.

You will then be able to open the .ipynb chapter files in the notebook directory.

About

Adaptación de Jupyter para Haskell, con los ejemplos de la cátedra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.8%
  • Haskell 8.7%
  • Nix 2.2%
  • Dockerfile 1.1%
  • Shell 0.2%