#jupyter — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jupyter, aggregated by home.social.
-
One Open-source Project Daily
Beautiful spinners for terminal, IPython and Jupyter
https://github.com/manrajgrover/halo
#1ospd #opensource #async #halo #ipython #jupyter #ora #python #spinner -
Work in progress: A #py5 curves booklet... as requested by the masses! (11 people)
#BezierCurve #QuadraticBezier #CatmullRom #Python #py5bot #Jupyter
-
@thorstenbutz I am using #miniconda (via chocolatey), and the #dotnet global tool to get #jupyter with #powershell etc.
# new, elevated window
choco update miniconda dotnet-sdk -y# new, elevated window
$ENV:PATH += ';C:\tools\miniconda3\Scripts'
(& "conda.exe" "shell.powershell" "hook") -join "`n" | Invoke-Expression# conda init powershell
conda install jupyter
dotnet tool install -g Microsoft.dotnet-interactive
dotnet interactive jupyter install# Double-check:
jupyter kernelspec list