You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "Restructuring to help fornax deployment"
71
+
old_category=''; number=1; for i in $(find irsa-tutorials -name "*md"); do category=$(basename $(dirname $i)); if [[ ${old_category} = ${category} ]]; then ((number++)); else number=1;fi;echo $i": Notebook" $category $number;old_category=$category;done > notebook_manifest_descriptions.txt
72
+
git add notebook_manifest_descriptions.txt
73
+
git commit -m "Adding notebook manifest with one liner descriptions"
0 commit comments