Replies: 1 comment 1 reply
-
Why did you open a documentation issue? As is there is pretty much nothing we can do to help. Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
What would you like to do?
Report an issue on quarto.org
Description
When trying to Preview or Render the hello.ipynb file on my MacBook Pro (Apple M1 Pro; Sequoia 15.2, Safari 18.2 (20620.1.16.11.8)
Hello-ipynb_TextEdit.docx
) the following error is displayed.
ERROR: SyntaxError: Unexpected token 'b', "bookma"... is not valid JSON
Stack trace:
at JSON.parse ()
at Object.markdownForFile (file:///Applications/quarto/bin/quarto.js:40115:29)
at mdForFile (file:///Applications/quarto/bin/quarto.js:39911:29)
at projectResolveFullMarkdownForFile (file:///Applications/quarto/bin/quarto.js:39992:26)
at Object.resolveFullMarkdownForFile (file:///Applications/quarto/bin/quarto.js:90464:20)
at fileExecutionEngineAndTarget (file:///Applications/quarto/bin/quarto.js:41550:36)
at async renderContexts (file:///Applications/quarto/bin/quarto.js:80376:32)
at async renderFormats (file:///Applications/quarto/bin/quarto.js:80421:22)
at async file:///Applications/quarto/bin/quarto.js:107988:24
at async Command.actionHandler (file:///Applications/quarto/bin/quarto.js:107985:25)
mary.haasch@KWH600DK6G QuartoProject % python3 -m jupyter lab hello.ipynb
usage: jupyter.py [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand]
Jupyter: Interactive Computing
positional arguments:
subcommand the subcommand to launch
options:
-h, --help show this help message and exit
--version show the versions of core jupyter packages and exit
--config-dir show Jupyter config dir
--data-dir show Jupyter data dir
--runtime-dir show Jupyter runtime dir
--paths show all Jupyter paths. Add --json for machine-readable format.
--json output paths as machine-readable json
--debug output debug information about paths
Available subcommands:
Jupyter command
jupyter-lab
not found.Beta Was this translation helpful? Give feedback.
All reactions