Skip to content

Commit 7ecb9bd

Browse files
author
Serhat YILDIRIM
committed
Add ipython-bigquery to defaults.ts
1 parent 2117e1e commit 7ecb9bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { JupyterFrontEndPlugin } from '@jupyterlab/application';
22
import { IPYTHON_RPY2_TRANSCLUSIONS } from './ipython-rpy2';
33
import { IPYTHON_SQL_TRANSCLUSIONS } from './ipython-sql';
4+
import { IPYTHON_BIGQUERY_TRANSCLUSIONS } from './ipython-bigquery';
45
import { IPYTHON_TRANSCLUSIONS } from './ipython';
56

67
export const DEFAULT_TRANSCLUSIONS: JupyterFrontEndPlugin<void>[] = [
78
IPYTHON_RPY2_TRANSCLUSIONS,
89
IPYTHON_SQL_TRANSCLUSIONS,
9-
IPYTHON_TRANSCLUSIONS
10+
IPYTHON_TRANSCLUSIONS,
11+
IPYTHON_BIGQUERY_TRANSCLUSIONS
1012
];

0 commit comments

Comments
 (0)