Files
azuredatastudio/extensions/notebook/resources/jupyter_config/custom.js

5 lines
132 B
JavaScript

// Make sure that all links load in the same tab
define(['base/js/namespace'], function (Jupyter) {
Jupyter._target = '_self';
});