Skip to content

Commit

Permalink
merge: Merge using-the-template.md fix with main
Browse files Browse the repository at this point in the history
  • Loading branch information
GatlenCulp committed Jan 30, 2025
2 parents 224d6a6 + 1908ac6 commit 76e3507
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/docs/using-the-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ on its own.

!!! note "Using Windows?"

```
If you are using Windows, you may need to install Make. See the ["Installing Make on Windows"](#installing-make-on-windows) section below.
```
If you are using Windows, you may need to install Make. See the ["Installing Make on Windows"](#installing-make-on-windows) section below.

## Create a Python virtual environment

Expand Down Expand Up @@ -87,9 +85,7 @@ git checkout -b initial-exploration

!!! note

```
The following assumes you're using a Jupyter notebook, but while the specific commands for another notebook tool may look a little bit different, the process guidance still applies.
```
The following assumes you're using a Jupyter notebook, but while the specific commands for another notebook tool may look a little bit different, the process guidance still applies.

Now you're ready to do some analysis! Make sure that your project-specific environment is activated (you can check with `which jupyter`) and run `jupyter notebook notebooks` to open a Jupyter notebook in the `notebooks/` folder. You can start by creating a new notebook and doing some exploratory data analysis. We often name notebooks with a scheme that looks like this:

Expand Down

0 comments on commit 76e3507

Please sign in to comment.