Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
switch lab/static to static/lab (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayadebellis authored Oct 29, 2020
1 parent 89f4b81 commit e2e7830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipycmc/src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class MapCMCView extends DOMWidgetView {
}

render_cmc() {
let baseUrl = path.join(this.model.get('_workspace_base_url'), '/lab/static');
let baseUrl = path.join(this.model.get('_workspace_base_url'), '/static/lab');
this.cmc = new CMC({ target: this.appDiv, base_url: baseUrl });
this._syncCMC();

Expand Down

0 comments on commit e2e7830

Please sign in to comment.