Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/resources/jupyter/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def status(msg):
del os.environ["QUARTO_JUPYTER_OPTIONS"]
# otherwise read from stdin
else:
sys.stdin.reconfigure(encoding='utf-8')
Comment thread
cderv marked this conversation as resolved.
Comment thread
cderv marked this conversation as resolved.
input = json.load(sys.stdin)
command = input["command"]
options = input["options"]
Expand Down
Loading