shouldTransform: async()

in src/transformers/jupyter.js [6:8]


  shouldTransform: async (url) => {
    return url && regexp.test(url);
  },