Skip to content

Commit

Permalink
Merge pull request #49 from dalthviz/fixes_issue_48
Browse files Browse the repository at this point in the history
PR: Change the name of the plugin to 'Notebook'
  • Loading branch information
ccordoba12 authored Mar 29, 2017
2 parents c7bc357 + e7daaf9 commit 20f3902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder_notebook/notebookplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) Spyder Project Contributors
# Licensed under the terms of the MIT License

"""Jupyter Notebook plugin."""
"""Notebook plugin."""

# Stdlib imports
import os.path as osp
Expand Down Expand Up @@ -102,7 +102,7 @@ def update_font(self):
# ------ SpyderPluginWidget API -------------------------------------------
def get_plugin_title(self):
"""Return widget title."""
title = _('Jupyter Notebook')
title = _('Notebook')
return title

def get_plugin_icon(self):
Expand Down

0 comments on commit 20f3902

Please sign in to comment.