Skip to content

Commit 46fd9de

Browse files
committed
formatting
1 parent a4ee1b3 commit 46fd9de

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/data-loaders.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
<script id="17" type="text/markdown">
115115
## Node.js data loaders
116116

117-
Node.js data loaders require Node.js 22.12+ to be installed in one of the following locations:
117+
Node.js data loaders require Node.js 22.12+ and `node` to be installed in one of the following locations:
118118

119-
- `/opt/homebrew/bin/node` (Homebrew)
120-
- `/opt/local/bin/node` (MacPorts)
121-
- `/usr/local/bin/node` (official Node.js installer)
122-
- `/usr/bin/node` (operating system)
119+
- `/opt/homebrew/bin` (Homebrew)
120+
- `/opt/local/bin` (MacPorts)
121+
- `/usr/local/bin` (official Node.js installer)
122+
- `/usr/bin` (operating system)
123123
</script>
124124
<script id="31" type="text/markdown">
125125
TypeScript is supported via Node.js' built-in [type stripping](https://nodejs.org/api/typescript.html#type-stripping). Hence, no type checking is performed, and only erasable TypeScript syntax is supported (for example, `enum` declarations are not allowed).
@@ -133,26 +133,26 @@
133133
<script id="18" type="text/markdown">
134134
## Python data loaders
135135

136-
Python data loaders require Python 3.12+ to be installed in one of the following locations:
136+
Python data loaders require Python 3.12+ and `python3` to be installed in one of the following locations:
137137

138-
- `.venv/bin/python3` (venv)
139-
- `/opt/homebrew/bin/python3` (Homebrew)
140-
- `/opt/local/bin/python3` (MacPorts)
141-
- `/usr/local/bin/python3` (official Python installer)
142-
- `/usr/bin/python3` (operating system)
138+
- `.venv/bin` (venv)
139+
- `/opt/homebrew/bin` (Homebrew)
140+
- `/opt/local/bin` (MacPorts)
141+
- `/usr/local/bin` (official Python installer)
142+
- `/usr/bin` (operating system)
143143
</script>
144144
<script id="30" type="text/markdown">
145145
If you have a virtual environment (`.venv`) in the same directory as the notebook, it will automatically be used. However, packages are not installed implicitly; you must install packages yourself, typically using `pip`. (And we recommend using `pip freeze` to create a `requirements.txt`.)
146146
</script>
147147
<script id="31" type="text/markdown">
148148
## R data loaders
149149

150-
R data loaders require R to be installed in one of the following locations:
150+
R data loaders require `Rscript` to be installed in one of the following locations:
151151

152-
- `/opt/homebrew/bin/Rscript` (Homebrew)
153-
- `/opt/local/bin/Rscript` (MacPorts)
154-
- `/Library/Frameworks/R.framework/Resources/bin/Rscript` (official R installer)
155-
- `/usr/local/bin/Rscript` (official R installer)
156-
- `/usr/bin/Rscript` (operating system)
152+
- `/opt/homebrew/bin` (Homebrew)
153+
- `/opt/local/bin` (MacPorts)
154+
- `/Library/Frameworks/R.framework/Resources/bin` (official R installer)
155+
- `/usr/local/bin` (official R installer)
156+
- `/usr/bin` (operating system)
157157
</script>
158158
</notebook>

0 commit comments

Comments
 (0)