codepod icon indicating copy to clipboard operation
codepod copied to clipboard

Automatic package management and clickable actions

Open forrestbao opened this issue 2 years ago • 0 comments

This is what DeepNote does.

  1. If I am trying to import a module that is not installed, it will give me a clickable link (blue font over yellow background). Once clicked, it will create and execute a new cell to install the missing module.
  2. Once the module is installed, it will give me a clickable link to add the module dependency into requirements.txt.

We shall support this.

image

forrestbao avatar Nov 07 '22 02:11 forrestbao