KarrLab/de_sim

View on GitHub
de_sim/examples/jupyter_examples_for_talk/codehighlighter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function load_ipython_extension has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function load_ipython_extension() {

        var style = document.createElement('style');
        style.type = 'text/css';
        style.innerHTML = '.codehighlighter { background: yellow; }';
Severity: Minor
Found in de_sim/examples/jupyter_examples_for_talk/codehighlighter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status