2030 Commits

Author SHA1 Message Date
Vaibhav Sagar
cd50f50ce6 Make kernelName configurable
This does not change the display name, so it doesn't seem that useful on
its own.
2021-09-13 03:49:17 +10:00
Vaibhav Sagar
119655f90f
release.nix: setting GHC_PACKAGE_PATH doesn't seem to do anything useful (#1276) 2021-09-13 01:47:33 +10:00
Vaibhav Sagar
b89ae121ca
release.nix: create new JUPYTER_DATA_DIR for each IHaskell invocation (#1275) 2021-09-13 01:36:30 +10:00
Vaibhav Sagar
e6a231f2b3
.github/workflows/docker.yml: update (#1274) 2021-09-12 14:41:52 +10:00
Vaibhav Sagar
50fb46b337 .github/workflows/docker.yml: caching doesn't seem particularly useful 2021-09-12 04:30:34 +10:00
Vaibhav Sagar
7dcbcb7239 Dockerfile: copy jupyterlab-ihaskell over harder 2021-09-12 04:25:36 +10:00
Vaibhav Sagar
ad27358455 Dockerfile: copy jupyterlab-ihaskell directory over 2021-09-12 04:04:32 +10:00
Vaibhav Sagar
8bfaad03e5
Remove stack --docker development support (#1273) 2021-09-12 03:40:45 +10:00
Vaibhav Sagar
c9d646bc88 demo: remove 2021-09-12 03:22:19 +10:00
Vaibhav Sagar
495756d750 release.nix: remove unnecessary wrapProgram 2021-09-12 02:42:10 +10:00
Vaibhav Sagar
07623f8899
.github/workflows/ci.yml: hash stack.yaml contents for better caching (#1272) 2021-09-11 23:20:22 +10:00
Vaibhav Sagar
d248e0bb48 release-8.8.nix: remove 2021-09-11 20:47:15 +10:00
Vaibhav Sagar
88d7bc877b .github/workflows/nix.yml: don't build for previous GHC any more 2021-09-11 20:46:26 +10:00
Vaibhav Sagar
32b8f880b4
ipython-kernel: implement toEncoding for Message type (#1271) 2021-09-11 03:23:10 +10:00
Vaibhav Sagar
ae6b1fdaca
Install a prebuilt version of jupyterlab-ihaskell automatically (#1270)
* ihaskell: automatically install the prebuilt labextension alongside the kernelspec

* README.md: Update to no longer mention installing jupyterlab-ihaskell
2021-09-10 18:50:38 +10:00
Vaibhav Sagar
98fbdf7e1c jupyterlab-ihaskell/webpack.config.js: remove unnecessary newline 2021-09-10 15:29:07 +10:00
Vaibhav Sagar
c475d15cec jupyterlab-ihaskell: use dashes instead of multiple dots to work around cabal behaviour 2021-09-10 15:25:30 +10:00
Vaibhav Sagar
eab3291ed8 jupyterlab-ihaskell: remove unused dependency 2021-09-09 17:17:28 +10:00
Vaibhav Sagar
90059b38b9 jupyterlab-ihaskell: fix name in README 2021-08-30 17:34:54 +10:00
Vaibhav Sagar
d0284159d0 .github/workflows/ci.yml: only cache snapshots 2021-08-30 00:15:11 +10:00
Vaibhav Sagar
0aabace178 .github/workflows/ci.yml: use newest version of cache action 2021-08-29 23:33:54 +10:00
Vaibhav Sagar
73dbed7f3a jupyterlab-ihaskell: update labextension 2021-08-29 13:50:59 +10:00
Vaibhav Sagar
92027da0f3 jupyterlab-ihaskell: use async and await 2021-08-29 13:50:30 +10:00
Vaibhav Sagar
bf0a0f0d94 jupyterlab-ihaskell: more selective type ignoring 2021-08-29 03:43:56 +10:00
Vaibhav Sagar
2638434cae jupyterlab-ihaskell: remove unnecessary console.log 2021-08-29 03:28:19 +10:00
Vaibhav Sagar
1a39ef0092
jupyterlab-ihaskell: commit generated prebuilt extension (#1268) 2021-08-29 03:08:13 +10:00
Vaibhav Sagar
7a4c4869c8
jupyterlab-ihaskell: make compatible with JupyterLab 3 (#1267) 2021-08-29 02:40:21 +10:00
Vaibhav Sagar
0ff0e319d9
Merge pull request #1259 from gibiansky/dependabot/pip/notebook-6.4.1
Bump notebook from 6.1.5 to 6.4.1
2021-08-28 23:39:33 +10:00
Vaibhav Sagar
95692f6021 jupyterlab-ihaskell: enable use as a prebuilt extension 2021-08-28 23:29:07 +10:00
Vaibhav Sagar
0518db3c07
jupyterlab-ihaskell: 0.0.13 (#1262) 2021-08-28 20:21:18 +10:00
Vaibhav Sagar
4748938d92 Dockerfile: don't install ihaskell-display dependencies 2021-08-26 23:13:32 +10:00
Vaibhav Sagar
910d047063 Dockerfile: avoid building ihaskell-display dependencies
They don't make it into the final image so building dependencies wastes
compute time without any real benefit.
2021-08-26 19:58:29 +10:00
Vaibhav Sagar
1252fff6cd Dockerfile: don't build ihaskell-display packages 2021-08-26 19:42:31 +10:00
Vaibhav Sagar
682a689688 stack.yaml: use 18.5 LTS until there is a GHC 8.10.6 Docker image 2021-08-26 18:18:39 +10:00
Vaibhav Sagar
2954716097
Merge pull request #1261 from brandon-leapyear/patch-1
Fix PermissionError
2021-08-26 17:22:23 +10:00
Brandon Chinn
a3271fe0c8
Fix PermissionError 2021-08-25 20:45:19 -07:00
Vaibhav Sagar
0832764259 README.md: update Mybinder badge link 2021-08-24 22:34:12 +10:00
Vaibhav Sagar
63ed17b4d3
README.md: update (#1260) 2021-08-24 22:32:21 +10:00
dependabot[bot]
5eb62eed03
Bump notebook from 6.1.5 to 6.4.1
Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.1.5 to 6.4.1.
- [Release notes](https://github.com/jupyter/jupyterhub/releases)
- [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/CHECKLIST-Release.md)
- [Commits](https://github.com/jupyter/jupyterhub/commits)

---
updated-dependencies:
- dependency-name: notebook
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 20:43:05 +00:00
Vaibhav Sagar
082b2fba65
.github/workflows/ci.yml: clean up Dockerfile GHC version matching check (#1258) 2021-08-23 02:24:40 +10:00
Vaibhav Sagar
a89ad1a09d
stack.yaml: add ihaskell-graphviz (#1257) 2021-08-23 01:41:40 +10:00
Vaibhav Sagar
cf46da1856
.github/workflows/ci.yml: don't run sample notebook on GHC 8.0 (#1256) 2021-08-23 01:02:19 +10:00
Vaibhav Sagar
804d83f5e4
Merge pull request #1255 from jamesdbrock/gnuplot-example
Add example notebook for ihaskell-gnuplot
2021-08-23 00:11:09 +10:00
James Brock
561b9f0c41 Add example notebook for ihaskell-gnuplot 2021-08-22 21:31:31 +09:00
Vaibhav Sagar
3ee69f63a0 cabal.project: add ihaskell-graphviz 2021-08-22 17:46:14 +10:00
Vaibhav Sagar
d239e6f0d5
Merge pull request #1254 from gibiansky/bump-resolver
stack.yaml: bump resolver to lts-18.7
2021-08-22 17:44:45 +10:00
Vaibhav Sagar
911c440b3d stack.yaml: bump resolver to lts-18.7 2021-08-22 15:24:11 +10:00
Vaibhav Sagar
39f18ffa3d
Merge pull request #1252 from brandon-leapyear/chinn/docker
Rewrite Docker image
2021-08-21 04:27:36 +10:00
Brandon Chinn
3867595cef Revert Dockerfile removal in CI paths 2021-08-19 09:58:06 -07:00
Brandon Chinn
31648b4f36 Add link to ihaskell script 2021-08-18 12:26:26 -07:00