Rubab Uddin

Results 4 comments of Rubab Uddin

try the following in your gradle build using "master-SNAPSHOT" instead ``` allprojects { repositories { mavenCentral() maven { url 'https://jitpack.io' } } } dependencies { testCompile group: 'junit', name: 'junit',...

also interested in this feature request - the above workaround doesn't work for me since I need users to be able to click on the cell to copy the full...

Would also be interested in something similar so that Python scripts that live on another server could be executed. This would remove the requirement of exposing these as APIs.