Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: remove binder #268

Merged
merged 7 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.9
python-version: 3.12
environment-file: environment.yml
activate-environment: lecture-datascience
- name: Build HTML
Expand Down
2 changes: 0 additions & 2 deletions _notebook_repo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# lecture-datascience.notebooks

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-datascience.notebooks/master)

Notebooks for https://datascience.quantecon.org

- [Lecture source](https://github.com/QuantEcon/lecture-datascience.myst)
Expand Down
36 changes: 0 additions & 36 deletions _notebook_repo/environment.yml

This file was deleted.

11 changes: 5 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ dependencies:
- pip
- pip:
# Build Requirements
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.4.1
- pydata-sphinx-theme==0.13.1
- jupyter-book==1.0.3
- quantecon-book-theme==0.8.1
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- sphinx-exercise==1.0.1
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinxcontrib-youtube==1.3.0
- sphinx-togglebutton==0.3.1
- arviz==0.13.0
# Datascience Requirements
Expand Down Expand Up @@ -48,5 +46,6 @@ dependencies:
- ipywidgets
# - scipy
- nasdaq-data-link
- anywidget
- conda:
- python-graphviz
1 change: 0 additions & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ sphinx:
google_analytics_id: G-S8CBQPC844
launch_buttons:
colab_url: https://colab.research.google.com
binderhub_url: https://mybinder.org
persistent_sidebar: true
mathjax3_config:
tex:
Expand Down
16 changes: 8 additions & 8 deletions lectures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This website presents a series of lectures on programming, data science, and eco

This work was supported in part by the Center for Innovative Data in Economics Research (CIDER) at the [Vancouver School of Economics](https://economics.ubc.ca/), UBC, funded by the Canada Excellence Research Chair grant.

To get an idea of what one can do after taking this course, please take a look at [previous student projects](../theme/projects.md).
To get an idea of what one can do after taking this course, please take a look at [previous student projects](theme/projects.md).

[Chase Coleman](http://www.chasegcoleman.com/), [Spencer Lyon](http://spencerlyon.com/), [Jesse Perla](http://jesseperla.com/), [More Contributors](../theme/contributors.md).
[Chase Coleman](http://www.chasegcoleman.com/), [Spencer Lyon](http://spencerlyon.com/), [Jesse Perla](http://jesseperla.com/), [More Contributors](theme/contributors.md).

```{admonition} News
[QuantEcon](https://quantecon.org) is moving to the [Jupyter Book](https://jupyterbook.org/intro.html)
Expand All @@ -28,20 +28,20 @@ build open source tools that facilitate publishing using the Jupyter
ecosystem. Please send feedback to [[email protected]](mailto:[email protected])
```

## <i class="fas fa-concierge-bell" style="color:#1665ad"></i> [Introduction](../introduction/index.md)
## <i class="fas fa-concierge-bell" style="color:#1665ad"></i> [Introduction](introduction/index.md)
Course description, software installation

## <i class="fab fa-python" style="color:#ffd053"></i> [Python Fundamentals](../python_fundamentals/index.md)
## <i class="fab fa-python" style="color:#ffd053"></i> [Python Fundamentals](python_fundamentals/index.md)
Basic Python programming

## <i class="fas fa-server" style="color:#d45f6c"></i> [Scientific Computing](../scientific/index.md)
## <i class="fas fa-server" style="color:#d45f6c"></i> [Scientific Computing](scientific/index.md)
Numerical and scientific methods

## <i class="fas fa-database" style="color:#6dae5c"></i> [Working With Data](../pandas/index.md)
## <i class="fas fa-database" style="color:#6dae5c"></i> [Working With Data](pandas/index.md)
The "data" in data science

## <i class="fas fa-cogs" style="color:#9933ff"></i> [Data Science Tools](../tools/index.md)
## <i class="fas fa-cogs" style="color:#9933ff"></i> [Data Science Tools](tools/index.md)
Putting everything together

## <i class="fas fa-chart-column" style="color:#ff9900"></i> [Applications](../applications/index.md)
## <i class="fas fa-chart-column" style="color:#ff9900"></i> [Applications](applications/index.md)
Applying our skills to real economic data
Loading