Skip to content

Python Title & Name In/consistency #816

Open
@bcdunbar

Description

@bcdunbar
publisher.publish(
    'your-tutorial-chart.ipynb', 'python/your-tutorial-chart/', 'Your Tutorial Chart',
    'How to make your-tutorial-chart plots in Python with Plotly.',
    title = 'Python Your Tutorial Chart | Plotly',
    has_thumbnail='true', thumbnail='thumbnail/your-tutorial-chart.jpg', 
    language='python', 
    # page_type='example_index', // note this is only if you want the tutorial to appear on the main page: plot.ly/python
    display_as='chart_type', order=2,
    ipynb= '~notebook_demo/1')
  • Ensure that 'Your Tutorial Chart' (3rd argument) doesn't have | Plotly
  • Ensure that title = 'Python Your Tutorial Chart | Plotly' does have | Plotly
  • Add tags

List of docs that need updated (most of these have | plotly in the 3rd argument):

  • 3d
    • most 3d ipynbs
  • Basic
    • webgl.ipynb
    • comparewebgl.ipynb
    • area.ipynb
    • bars.ipynb
    • bubble.ipynb
    • gantt.ipynb
    • linear-gauge.ipynb
    • semicircular-gauge.ipynb
    • horizontal-bars.ipynb
    • lines.ipynb
    • scatter.ipynb
    • mixed.ipynb
    • table.ipynb
  • Fundamentals
    • config_opts.ipynb
    • dashboard-api.ipynb
    • jupyter_tutorial.ipynb
    • ipython-vs-python.ipynb
    • privacy.ipynb
    • static-image-export.ipynb
  • Statistical
    • box.ipynb
    • cont-error-bars.ipynb
    • density-plots.ipynb
    • distplots.ipynb
    • error-bars.ipynb
    • histograms.ipynb
    • 2d-histograms.ipynb
    • scatterplot-matrix.ipynb
    • tree-plot.ipynb
    • treemap.ipynb
    • violin-plot.ipynb

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions