Skip to content

Commit 5515b50

Browse files
authored
hyper-jupyter-kernel: simplify example for \attach command
1 parent 6bfc6b3 commit 5515b50

File tree

1 file changed

+2
-2
lines changed
  • Community-Supported/hyper-jupyter-kernel

1 file changed

+2
-2
lines changed

Community-Supported/hyper-jupyter-kernel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Either way: The `hyper_kernel` allows you to quickly do so.
114114

115115
To open the Hyper file, use
116116
```
117-
\attach "path/to/my/data.hyper" database1
117+
\attach "data.hyper" database1
118118
```
119119

120120
from here on, you can explore the data inside your file.
@@ -140,5 +140,5 @@ In particular, you can use:
140140
* `\o -` to disard the output of all following queries (mostly useful for measuring execution times if we don't care about the actual result)
141141
* `\o` to reset the output and display it on the console again
142142
* `\i <file>` to read a query from a file and execute it
143-
* `\attach <file> <alias>` to open a Hyper file within your current session, such that you can access the tables contained within the Hyper file
143+
* `\attach <filepath> <alias>` to open a Hyper file within your current session, such that you can access the tables contained within the Hyper file
144144
* `\detach <alias>` to close a Hyper file which is currently attached

0 commit comments

Comments
 (0)