summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jupyter
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-09-08treewide: remove redundant quotesvolth
2019-08-28treewide: remove redundant recvolth
2019-07-11jupyter-kernel: remove traceValFrederik Rietdijk
`traceVal` is only for debugging and should not be delivered. Partial revert of f72d7c49d58e0ab1ea948e015eeee9b4b5af4036, fixes ofBorg eval.
2019-07-11Add optional Jupyter kernelspec options from the spec (#55989)Tom McLaughlin
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-08-26jupyter: initAugustin Borsu
Top-level jupyter package that, given kernel definitions, can be used with various kernels.
2018-08-26jupyter-kernel: initAugustin Borsu
This is a meta package for creating a jupyter notebook kernel definition folder. It must be used in conjunction with jupyter or jupyterhub to make different environements availables.