We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created the following cell:
%%node print(new Date());
Sometimes this works without issue. Sometimes the value is not printed. Running the cell a second time results in two printouts:
"2017-08-29T21:09:40.994Z" "2017-08-29T21:09:46.047Z"
The text was updated successfully, but these errors were encountered:
Not just limited to using the print command in the cell. I reproduced with the help command as well:
Sorry, something went wrong.
Hi @markwatsonatx. I'm struggling to reproduce this on my notebook. What version of Node / pixiedust are you using?
PixieDust 1.0.10 Node 8.4.0
I wish I had good reproducible steps. It is very intermittent.
I met the same problem
No branches or pull requests
I created the following cell:
Sometimes this works without issue. Sometimes the value is not printed. Running the cell a second time results in two printouts:
The text was updated successfully, but these errors were encountered: