Skip to content

Commit 78eb2a6

Browse files
author
minjk-bl
committed
Add docs link to PandasOption app
1 parent 3a53a4e commit 78eb2a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visualpython/js/m_apps/PandasOption.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ define([
3030
this.config.sizeLevel = 2;
3131
this.config.dataview = false;
3232
this.config.checkModules = ['pd'];
33+
this.config.docs = 'https://pandas.pydata.org/docs/user_guide/options.html';
3334

3435
this.state = {
3536
filter_warning: '',

0 commit comments

Comments
 (0)