124 Commits

Author SHA1 Message Date
Vaibhav Sagar
cce4cb4660 README.md: don't refer to release-{8.4,8.6} explicitly 2019-08-06 19:56:30 -04:00
Mike Pilgrem
0f51a6f929 Help Windows 10 users use IHaskell, via WSL
Update `README.md` to reflect the advice of Arvind Devarajan at https://blog.ramdoot.in/ihaskell-on-windows-c549e6442262
2019-07-03 22:40:15 +01:00
Yuriy Syrovetskiy
ac2e0274f5
Fix typo 2019-06-22 21:05:15 +03:00
Vaibhav Sagar
90c521f01c release.nix: update for display packages on 8.4 2019-06-09 13:01:10 -04:00
James Brock
c8e4c06dd0 Dockerfile refactor
This Dockerfile gives us more control and isolation of dependencies
during development.

Base image `FROM ubuntu` instead of `fcpo/stack-build`.  We will use the
Stack and GHC on the host system, don't need it installed in the image.
The image is just for isolating the system package dependencies. Stack
will isolate the Haskell package dependencies (and the pip and npm
dependencies).

This gives is a single authority for the resolver, which is
the `stack.yaml`. We no longer need to manually make the `stack.yaml`
and `Dockerfile` resolvers agree.

Don't install `jupyter` in the Docker image, we'll use `stack --docker` to
install it later. This allows developers to choose the version of the jupyter
dependencies.

Add the `docker` section to `stack.yaml`, disabled by default.

__Motivating example:__ ipywidgets version 7 has changed its protocol.
We want to upgrade ihaskell-widgets, which works only on ipywidgets
version 6. To install ipywidgets version 6, we need to downgrade Python to 3.5.
We can use `stack --docker` to isolate a development environment in
which ihaskell-widgets is working, and then upgrade it to the latest
versions.
2019-06-03 14:27:31 +09:00
Vaibhav Sagar
a768187ea5 [skip ci] README.md: update supported versions of GHC 2019-02-08 14:31:16 -05:00
Vaibhav Sagar
13632726fe Update installation instructions [skip ci]
Fixes #998.
2019-01-07 14:55:25 -05:00
Vaibhav Sagar
cce6be9f92 README.md: s/release-8.2.nix/release-8.4.nix/ 2018-10-25 13:42:51 -04:00
Vaibhav Sagar
857c4778b1 README.md: s/18.03/18.09/ 2018-10-25 13:41:32 -04:00
MMesch
c339dc3851
update jupyterlab installation procedure in README 2018-09-17 16:42:55 +02:00
Vaibhav Sagar
4c0b1b7507 README.md: always specify -I with nix-build 2018-08-06 20:46:14 +08:00
MMesch
ff6f1fa790 installation instructions for jlab 2018-07-14 11:08:25 +02:00
Vaibhav Sagar
976b62e1ac README.md: update Nix command to use nixos-18.03 and release-8.2.nix 2018-06-13 22:32:37 +02:00
Aleksandr Chuklin
5c8859d2c0 Update the guide for the custom HomeBrew location (#872)
* Update the guide for the custom HomeBrew location

* Update the reference in the example notebook: IPython -> Jupyter
2018-06-09 04:24:35 +08:00
Vaibhav Sagar
0e985aac7d README.md: update 2018-05-12 07:32:26 -04:00
Johannes Drever
ebbae7158a
Update README.md 2018-05-10 23:20:15 +02:00
Vaibhav Sagar
ae7f5ac595 README.md: link to CoCalc 2018-04-11 14:47:42 +08:00
Vaibhav Sagar
cf619c37aa README.md: link to jupyter.org instead of ipython.org 2018-04-11 14:47:27 +08:00
Vaibhav Sagar
40a9336a1c README.md: mention mybinder.org instead of try.jupyter.org 2018-04-11 13:58:34 +08:00
Vaibhav Sagar
68048fba36 README.md: add mybinder badge 2018-04-06 13:03:27 +08:00
Christian Berentsen
bc6d9cad46 Support using 'stack --docker'
Tested on OSX
2018-03-24 14:38:16 +01:00
Vaibhav Sagar
27489ad448 README.md: add 'Troubleshooting' header and section on kernel dying 2017-12-29 11:50:59 +10:00
Vaibhav Sagar
cd96861740 README.md: add instructions for using Docker 2017-11-26 19:33:23 +08:00
Andrew Stiles
f004bb710c Fix #779: add missing installation step to README 2017-11-06 09:18:46 -08:00
Vaibhav Sagar
32aea170c4 Update README to mention GHC 8.2 support 2017-10-18 10:12:54 +08:00
Vaibhav Sagar
16445a911f Add note about getting GHC 7.10 support 2017-09-06 22:04:26 +07:00
Justus Adam
e29f1977b8 Applied suggested minor changes 2017-08-26 15:11:07 +08:00
Justus Adam
2a7575ad85 Changed the macOS build instructions 2017-08-26 15:11:07 +08:00
Vaibhav Sagar
99fe7c8c58 Remove 'stack exec' from kernel installation
This leads to the wrong binary being used as per #733.
2017-07-27 21:17:31 +08:00
Vaibhav Sagar
b1a1324422 Update README.md
Move 'Nix' under 'Running'
2017-07-24 22:16:16 +08:00
Vaibhav Sagar
3120b13f41 Add nix-build example to README 2017-07-24 22:14:00 +08:00
Vaibhav Sagar
8205ffbd55 Update instructions to add --stack flag
Since we are assuming `stack`, this makes IHaskell usage more convenient.
2017-06-23 10:59:37 +08:00
Odomontois
ec93205b26 Added dev libs to README
libmagic-dev
libblas-dev
liblapack-dev
2017-06-22 22:28:21 +08:00
John
3b51df45da Create README.md
This was the only change I had to make to get it working on OS X Yosemite.
2017-06-10 17:51:00 -06:00
Vaibhav Sagar
f715672606 Add sentence indicating GHC 8-only support 2017-06-04 21:29:04 +08:00
Vaibhav Sagar
819e4475e5 Change 'abarbu' back to 'gibiansky' 2017-06-04 21:15:30 +08:00
Andrei Barbu
514aa55b0b fix instructions 2017-03-12 20:07:16 -04:00
Andrei Barbu
79ade02c1c simplify readme 2017-03-11 20:31:06 -05:00
Andrew Gibiansky
b7716b9fa2 add a blurb to README for mobile 2016-06-10 14:46:47 -07:00
Jens Petersen
68d8a7b798 README: drop lts versions 2016-02-16 18:06:39 +09:00
Andrew Gibiansky
3385558465 Update talk link in README 2016-02-08 21:32:24 -08:00
Andrew Gibiansky
45ad25a9bb Added and tested Dockerfile and instructions on how to use it 2016-01-31 19:03:56 -08:00
Andrew Gibiansky
5adcd03093 Update README with talk/video 2016-01-26 00:24:38 -08:00
Remi Berson
68db7ed5b4 Fix README 2016-01-10 15:40:56 +01:00
Remi Berson
96e66737ea Update README with a link to step-by-step installation blog post. 2016-01-10 15:37:42 +01:00
guillaumecherel
b6397b7423 Added some directives about using stack to manually install IHaskell, and how to deal with the libiconv issue in OS X. 2015-10-09 19:33:21 +02:00
Andrew Gibiansky
4d8d50ffe5 Add note about arch linux package 2015-09-10 22:37:52 -07:00
Pavel Kogan
12d1e1dfed Document building with stack 2015-07-18 15:35:51 +01:00
Pavel Kogan
d5ecae8be8 Document running with stack 2015-07-17 20:51:55 +01:00
Sumit Sahrawat
33e8fa3b81 Add link to try.jupyter.org in the README 2015-07-17 01:04:55 +05:30