diff --git a/.github/workflows/make_html_from_notebook.yml b/.github/workflows/make_html_from_notebook.yml index 61abc3a..7a319b9 100644 --- a/.github/workflows/make_html_from_notebook.yml +++ b/.github/workflows/make_html_from_notebook.yml @@ -19,6 +19,12 @@ jobs: with: #Only checkout the branch that is being merged into main ref: ${{ github.head_ref }} + - name: Setup Python + uses: actions/setup-python@v4 + with: + python-version: '3' + - name: Installing Packages + run: pip install jupyter nbconvert - name: Getting only the changed Notebooks # Gets only the changed files using an action from the marketplace uses: Ana06/get-changed-files@v2.3.0 @@ -33,9 +39,7 @@ jobs: fi done echo "Changed files: ${notebooks[@]}" - if [ ${#notebooks[@]} -eq 0 ]; then - jupyter nbconvert --to html ${notebooks[@]} - fi + jupyter nbconvert --to html ${notebooks[@]} - name: Push and commit new HTML files #Commits changes to the branch being merged into main run: | diff --git a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.html b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.html index 2546de2..d7cfda1 100644 --- a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.html +++ b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.html @@ -7518,7 +7518,7 @@
__author__ = 'Robert Nikutta <robert.nikutta@noirlab.edu>, Astro Data Lab Team <datalab@noirlab.edu>'
-__version__ = '20230830' # yyyymmdd
+__version__ = '20240606' # yyyymmdd
 __datasets__ = ['smash_dr2']
 __keywords__ = ['science example', 'lightcurve', 'time-series', 'Lomb-Scargle', 'period', 'vospace:copy', 'RRLyrae']
 
@@ -7569,6 +7569,28 @@

Table of contents +

+
+ +
+
+ + +
+
+
+
+ + @@ -8003,8 +8024,7 @@

Plot times series

@@ -8175,8 +8195,7 @@

Plot periodogram @@ -8300,8 +8319,7 @@

Phase the entire lightcurve and @@ -8371,8 +8389,7 @@

Combine everything @@ -8410,8 +8427,7 @@

diff --git a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb index ef6315b..6375fe7 100644 --- a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb +++ b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb @@ -48,6 +48,20 @@ "* [Resouces & references](#resources)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Testing" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Adding foobar1 for testing" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -920,7 +934,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.10.14" } }, "nbformat": 4,