Skip to content

Instantly share code, notes, and snippets.

@txrunn
txrunn / start_jupyter.py
Last active July 28, 2023 23:07
Working Python script for using Jupyter notebooks with Jude.
import subprocess
import webbrowser
import time
import getpass
# inquirer is not a default library
try:
import inquirer
except ImportError:
print("Please install the 'inquirer' module before running this script.")
@txrunn
txrunn / fMRI_Preprocessing_with_Nipype.ipynb
Last active August 10, 2023 20:40
Not yet tested on Jude, but includes confound extraction from fMRIprep
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@txrunn
txrunn / Perceptron.ipynb
Last active March 28, 2023 16:40
Perceptron ML Algorithm
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.