#jupyter — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jupyter, aggregated by home.social.
-
I self-hosted Jupyter Notebooks supporting Javascript, Python along with Datascience packages. I like it so far. I needed it for doing ad-hoc coding especially in Javascript.
• Dockerfile and instructions: https://gist.github.com/adeekshith/ef871e0cf23a7bab44088c114ddb50ae
#Jupyter #JupyterNotebooks #JupyterHub #JupyterJavascript #Node #node_js #NodeJS #Nodejs20 #Python #Python3 #Javascript #JavascriptNotebook #DataScience #DS #selfhost #SelfHosting #SelfHosted
-
Hive mind, do you employ (unit) testing in data analysis scripts? If so, how and what are your best practices?
We frequently develop packages with unit testing. But equally often write "run-once" analysis scripts/notebooks. Those often contain functions and (more often) assumptions on loaded data but we rarely test/check these. This is something to improve but I wonder how others handle this.
#RStats #rmarkdown #testthat #assertthat #python #jupyter #unittesting #datascience #bioinformatics