|
23 | 23 | !!! note "Pre-Requisites"
|
24 | 24 |
|
25 | 25 | - Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
|
26 |
| - - Install [graphviz](https://graphviz.org/download/#windows) pre-requisite for diagram visualization. |
| 26 | + - Install [graphviz](https://graphviz.org/download/#windows) pre-requisite for |
| 27 | + diagram visualization. |
27 | 28 |
|
28 | 29 | To install:
|
29 | 30 |
|
|
36 | 37 | !!! note "Pre-Requisites"
|
37 | 38 |
|
38 | 39 | - Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
|
39 |
| - - Install [graphviz](https://graphviz.org/download/#mac) pre-requisite for diagram visualization. |
| 40 | + - Install [graphviz](https://graphviz.org/download/#mac) pre-requisite for |
| 41 | + diagram visualization. |
40 | 42 |
|
41 | 43 | To install:
|
42 | 44 |
|
|
49 | 51 | !!! note "Pre-Requisites"
|
50 | 52 |
|
51 | 53 | - Ensure you have [pip](https://pip.pypa.io/en/stable/installation/) installed.
|
52 |
| - - Install [graphviz](https://graphviz.org/download/#linux) pre-requisite for diagram visualization. |
| 54 | + - Install [graphviz](https://graphviz.org/download/#linux) pre-requisite for |
| 55 | + diagram visualization. |
53 | 56 |
|
54 | 57 | To install:
|
55 | 58 |
|
|
61 | 64 |
|
62 | 65 | !!! note
|
63 | 66 |
|
64 |
| - Although you may connect to any MySQL server of your choice, the DataJoint company offers an online tutorial environment. Simply sign up for a free [DataJoint account](https://accounts.datajoint.io). You will be granted privileges to create schemas that are prefixed as `{user}_`. |
| 67 | + Although you may connect to any MySQL server of your choice, the DataJoint company |
| 68 | + offers an online tutorial environment. Simply sign up for a free[DataJoint account] |
| 69 | + (https://accounts.datajoint.io). You will be granted privileges to create schemas |
| 70 | + that are prefixed as `{user}_`. |
65 | 71 |
|
66 | 72 | === "environment variables"
|
67 | 73 |
|
|
87 | 93 |
|
88 | 94 | === "file"
|
89 | 95 |
|
90 |
| - Before using `datajoint`, create a file named `dj_local_conf.json` in the current directory like so: |
| 96 | + Before using `datajoint`, create a file named `dj_local_conf.json` in the current |
| 97 | + directory like so: |
91 | 98 |
|
92 | 99 | ```json linenums="1"
|
93 | 100 | {
|
@@ -170,4 +177,4 @@ Area & "shape_area >= 8"
|
170 | 177 |
|
171 | 178 | | shaped_id | shape_area |
|
172 | 179 | | --- | --- |
|
173 |
| -| 1 | 8.0 | |
| 180 | +| 1 | 8.0 | |
0 commit comments