We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2984a commit c69d73fCopy full SHA for c69d73f
jupyterlab-server-proxy/src/index.ts
@@ -3,8 +3,6 @@ import { ILauncher } from '@jupyterlab/launcher';
3
import { PageConfig } from '@jupyterlab/coreutils';
4
import { IFrame, MainAreaWidget, WidgetTracker } from '@jupyterlab/apputils';
5
6
-import '../style/index.css';
7
-
8
function newServerProxyWidget(id: string, url: string, text: string): MainAreaWidget<IFrame> {
9
const content = new IFrame({
10
sandbox: ['allow-same-origin', 'allow-scripts', 'allow-popups', 'allow-forms'],
jupyterlab-server-proxy/style/index.css
0 commit comments