Skip to content
New issue

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

allow extra whitespace in magics #5758

Closed
scottdraves opened this issue Jul 28, 2017 · 1 comment
Closed

allow extra whitespace in magics #5758

scottdraves opened this issue Jul 28, 2017 · 1 comment
Assignees

Comments

@scottdraves
Copy link
Contributor

%classpath  add  jar demoResources/demo.jar

this magic seems to do nothing (note the extra spaces). it should work the same as one without extra spaces.

%import  com.twosigma.beakerx.widgets.integers.IntSlider

this magic crashes the kernel. it should work the same as one without extra spaces.

the same goes for all magics. whitespace should just be a separator.

@michalgce
Copy link
Contributor

@scottdraves may we close it?

michalgce added a commit that referenced this issue Aug 4, 2017
* origin/master: (25 commits)
  #5695 fix legend position in png/svg export (#5785)
  add e2e tests for Kotlin notebook (#5786)
  #5675 Problems with EasyForm Python API  (#5790)
  #5779 Change the interrupt msg. (#5789)
  jitpack, npm and pypi badges added (#5791)
  cancelExecution when interupt action (#5776)
  #5685 set table font to Lato (#5771)
  #5758 Allow extra whitespaces for magic commands. (#5773)
  add tests for javaTutorial.ipynb notebook (#5774)
  fix indentation
  #5658: no tooltip as default (#5775)
  jarek/5766: display tablesaw as TableDisplay (#5772)
  #5097 logo icons for beakerx languages (#5769)
  #5070 fix the adjustRedraw error of tableDisplay (#5750)
  #5147: add jvm-repr (#5764)
  close #5756 by linking to doc from readme
  add tests for ClojureTutorial (#5763)
  #5178 fix heatmap width too low (#5762)
  Add test for classpath with wildcards resetting environment multiple times (#5760)
  #5746 Skip runtime version check for Kotlin. (#5759)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants