Skip to content

Commit

Permalink
chore: bad formatting on markdown code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 24, 2023
1 parent 128e8cf commit 5e843ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/urchin/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Include the following code to ensure that users have the necessary dependencies,

Include a reminder for users to ensure that popups are enabled, and import the Urchin package.

```{python}
```python
#Ensure that popups are enabled.

#Importing necessary libraries:
Expand All @@ -178,7 +178,7 @@ Data files can't be sotred in the urchin-examples repository, so any data used w

If accessing data within notebook be sure to include the following import code and get data function:

```{python}
```python
import pandas as pd

#Function for easily pulling in data:
Expand All @@ -191,6 +191,6 @@ def get_data(url):

The data can then be directly pulled in as a data frame directly from the edit link as a string. For example:

```
```python
data_frame = get_data('https://docs.google.com/spreadsheets/d/1F9NBt-qqcA-IyxowXl82S4NI0gYyczUOEb8MEaW7qm0/edit#gid=1956783922')
```

0 comments on commit 5e843ed

Please sign in to comment.