You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Although %system commands now support user input, this wasn't extended to the LLDB process. Swift code can write to output with print(), but can't read through readLine(). Any libraries that call this function will be affected.
As an alternative to this kind of interaction, ask the user to paste a string into an empty cell. Design the notebook with a drop-down feature that closes the cell, or ask the user to delete it after running. For larger input, the user can connect to their Google Drive to import .txt or .csv files.
The text was updated successfully, but these errors were encountered:
Although
%system
commands now support user input, this wasn't extended to the LLDB process. Swift code can write to output withprint()
, but can't read throughreadLine()
. Any libraries that call this function will be affected.As an alternative to this kind of interaction, ask the user to paste a string into an empty cell. Design the notebook with a drop-down feature that closes the cell, or ask the user to delete it after running. For larger input, the user can connect to their Google Drive to import
.txt
or.csv
files.The text was updated successfully, but these errors were encountered: