about summary refs log tree commit diff
path: root/pkgs/applications/editors/jupyter
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22jupyter: fix runtime errornatsukium1-7/+7
fixed a bug reported in https://github.com/NixOS/nixpkgs/issues/255923 it occurred because the python runtime environment did not include the jupyter share, etc directories.
2023-09-08jupyter-console: expose as a tool for launching kernelsTom McLaughlin1-0/+37
2022-08-15python3Packages.jupyter: fix missing logosSomeone Serge1-2/+2
augment the relative python.sitePackages="lib/site-packagesXX" to a full /nix/store/... path
2022-03-13jupyter-kernel: Link extraPathshqurve1-11/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-11jupyter-kernel: remove traceValFrederik Rietdijk1-1/+1
`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 McLaughlin1-8/+8
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
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 Borsu1-0/+18
Top-level jupyter package that, given kernel definitions, can be used with various kernels.
2018-08-26jupyter-kernel: initAugustin Borsu1-0/+74
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.