LoadFileToRepl icon indicating copy to clipboard operation
LoadFileToRepl copied to clipboard

🔁A Sublime plugin that provides native commands to load current source file into SublimeREPL

Results 2 LoadFileToRepl issues
Sort by recently updated
recently updated
newest added

Trying to execute following piece of code at Jupyter Notebook: --- ``` # Pass the appropriate abbreviation as the second argument glue_metric = load('glue', 'cola') # Human generated desired targets...

Looks like SublimeREPL uses Python 3.8 now, so this plugin trying to manipulate SublimeREPL.sublimerepl.manager from the default 3.3 doesn't work so well. I haven't done extensive testing under 3.8, but...