Skip to content

Commit aa90307

Browse files
authored
Moving formatting
1 parent 38dbbf4 commit aa90307

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/synapse-analytics/synapse-notebook-activity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ To parameterize your notebook, select the ellipses (...) to access the **more co
6262

6363
Define your parameters in this cell. It can be something as simple as:
6464

65-
```python
66-
a = 1
67-
b = "Default Value"
68-
c = ""
69-
```
65+
```python
66+
a = 1
67+
b = "Default Value"
68+
c = ""
69+
```
7070

7171
You can reference these parameters in other cells and when you run the notebook to use the default values you specify in the parameters cell.
7272

0 commit comments

Comments
 (0)